Question

In: Statistics and Probability

e. Multiple Regression. Identify at least 3 variables for which you could calculate a multiple regression....

e. Multiple Regression. Identify at least 3 variables for which you could calculate a multiple regression. Describe the variables and their scale of measurement. Which variables would you include as the predictor variables and which as the outcome variable? Why? Which regression method would you use and why? What would R2 and adjusted R2 tell you about the relationship between the variables?

Solutions

Expert Solution

Consider following data,

Delivery Time Number of cases distance
16.68 7 560
11.5 3 220
12.03 3 340
14.88 4 80
13.75 6 150
18.11 7 330
8 2 110
17.83 7 210
79.24 30 1460
21.5 5 605
40.33 16 688
21 10 215
13.5 4 255
19.75 6 462
24 9 448
29 10 776
15.35 6 200
19 7 132
9.5 3 36
35.1 17 770
17.9 10 140
52.32 26 810
18.75 9 450
19.83 8 635
10.75 4 150

y= Delivery time which is measured in minute.

x1= number of cases = Number cases of product stocked (it is count )

x2= distance walked by driver in ft to deliver that product.

We choose delivery time variable as outcome variable because it depends on predictor variable number of cases (x1) and distance (x2).

I used least square regression method to find fitted regression model.

R2 and adjusted R2 tells us how much of variation in outcome variable is explained by predictor variables.

Here R2 and adjusted R2 tells us how much of variation in delivery time is explained by number of cases and distance walked by driver

R codes

> y=scan('clipboard')
Read 25 items
> y
[1] 16.68 11.50 12.03 14.88 13.75 18.11 8.00 17.83 79.24 21.50 40.33 21.00
[13] 13.50 19.75 24.00 29.00 15.35 19.00 9.50 35.10 17.90 52.32 18.75 19.83
[25] 10.75
> x1=scan('clipboard')
Read 25 items
> x1
[1] 7 3 3 4 6 7 2 7 30 5 16 10 4 6 9 10 6 7 3 17 10 26 9 8 4
> x2=scan('clipboard')
Read 25 items
> x2
[1] 560 220 340 80 150 330 110 210 1460 605 688 215 255 462 448
[16] 776 200 132 36 770 140 810 450 635 150
> fit=lm(y~x1+x2)
> summary(fit)

Call:
lm(formula = y ~ x1 + x2)

Residuals:
Min 1Q Median 3Q Max
-5.7880 -0.6629 0.4364 1.1566 7.4197


Related Solutions

d. Simple Regression. Identify two variables for which you could calculate a simple regression. Describe the...
d. Simple Regression. Identify two variables for which you could calculate a simple regression. Describe the variables and their scale of measurement. Which variable would you include as the predictor variable and which as the outcome variable? Why? What would R2 tell you about the relationship between the two variables?
According to Pollock and Edwards, a multiple regression analysis contains at least __ independent variables a....
According to Pollock and Edwards, a multiple regression analysis contains at least __ independent variables a. 0 b. 1 c. 2 d. none of the above According to Pollock and Edwards, the .05 threshold suggests that researchers wish to commit _____ less than five times out of 100 tests. a. individual fallacy b. Type I error c. Type II error d. ecological fallacy According to Pollock and Edwards, a p-value determines the exact probability of obtaining the observed sample difference...
Describe a research effort where you could use a Multiple Regression analysis. It could be something...
Describe a research effort where you could use a Multiple Regression analysis. It could be something related to work productivity, or perhaps a student’s performance in school. List three variables (X1, X2, X3) you’d include in a Multiple Regression Model in order to better predict an outcome (Y) variable. For example, you might list three variables that could be related to how long a person will live (Y). Or you might list three variables that contribute to a successful restaurant....
Explain why you choose multiple regression with dummy variables but not linear trend model and why...
Explain why you choose multiple regression with dummy variables but not linear trend model and why do you believe this technique is appropriate to forecast your data?
1. A multiple linear regression model should not be used if: A The variables are all...
1. A multiple linear regression model should not be used if: A The variables are all statistically significant. B The coefficient of determination R2 is large. C Both of the above. D Neither of the above. 2. Consider a multiple linear regression model where the output variable is a company's revenue for different months, and the purpose is to investigate how the revenue depends upon the company's advertising budget. The input variables can be time-lagged so that the first input...
Q#3(Chapter 7). You learned that stocks could also be valued using the P/E ratio multiple method....
Q#3(Chapter 7). You learned that stocks could also be valued using the P/E ratio multiple method. (a) What are the main drawbacks of P/E multiple approach compared to constant dividend/cash flow models in valuing stocks? (b)  If a firm's future earnings growth rate falls and its required return on equity (rs) rises due to Coronovirus effects, then what will happen to the firm's P/E ratio?
create a multiple regression using your dependent variable and as many independent variables you can think...
create a multiple regression using your dependent variable and as many independent variables you can think of. discuss the statistical significance of each of your independent variables
How would you use multiple regression analysis to purchase a used car? List all the variables...
How would you use multiple regression analysis to purchase a used car? List all the variables you would use to and what type of analysis weights you would place on them?
(3) Suppose that you run a regression of wage on a set of independent variables: age,...
(3) Suppose that you run a regression of wage on a set of independent variables: age, years of education, experience, and a dummy variable married. There are 100 observations, i.e., n=100. You want to test whether all the coefficient and intercept estimates in the equation for married and unmarried are equal to each other. i.e., Married: wage = β0 + β1*age + β2*educ + β3*exper + uUnmarried: wage = α0 + α1*age + α2*educ + α3*exper + v (a) Write...
Determine the regression equatoin for this multiple regression model. Also calculate the adjusted R squared and...
Determine the regression equatoin for this multiple regression model. Also calculate the adjusted R squared and P value. Pedictor Variables/Data Length (inches) Braking (ft from 60 mph) Engine Displacement (liters) GHG 154 133 1.6 6.6 167 132 1.6 6.1 177 136 1.8 6.3 177 138 2 6.6 179 137 2 6.4 188 135 2 8.0 177 126 2 7.7 191 136 2.3 8.0 194 140 2.4 7.7 189 137 2.4 7.3 180 135 2.5 8.3 190 136 2.5 7.1 180...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT