Question
Consider the following table. Call:lm(formula = y ~ x)Residuals: Min 1Q Median 3Q Max-15.0513 -4.2581 -0.3658 3.8598 15.9399Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept)
- Consider the following table.
Call:lm(formula = y ~ x)Residuals: Min 1Q Median 3Q Max-15.0513 -4.2581 -0.3658 3.8598 15.9399Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) -3.6019 1.0323 -3.489 0.000528 *** x 5.0418 0.1001 50.343 < 2e-16 ***---Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.'0.1 ' ' 1Residual standard error: 6.538 on 498 degrees of freedomMultiple R-squared: 0.8358,Adjusted R-squared: 0.8354F-statistic: 2534 on 1 and 498 DF, p-value: < 2.2e-16
- Put the information in the above table into equation form.
- What is the marginal effect of x?
- Is the coefficient for x statistically significant?
- What does statistical significance mean in this case?
- How much of the variation in y is being explained by x?
- What is the predicted value for x=10?
- What is the residual for x=10 and a y=40?
- Suppose that we have an equation yi=1 + 2xi+3zi+2xizi. Suppose that x and z are both continuous variables. For a zi=5, which is the mean of z, what is the marginal effect of x?
- Now suppose that z is a dummy variable. What is the marginal effect of x if the condition for the dummy variable is satisfied?
- Note that sometimes the information about a regression will not come in the form of the table you see above. Sometimes I will simplify it for you as I do below (note that I omit the star system). Redo the questions in part 1 with the table below (except for the variation in the y variable).
Coefficients: | ||||
Estimate | St. Error | t-value | Pr(>|t|) | |
Intercept | -17 | 1.82 | 0.26 | 0.0049 |
x | 2.456 | 2.00 | 3.899 | 0.00657 |
For the table above, evaluate whether or not the relationship in the table directly above is substantively significant using the values in the following tables.
The distribution of x.
Min | 1st Quartile | Median | 3rd Quartile | Max |
0 | 5 | 10 | 15 | 20 |
The distribution of y.
Min | 1st Quartile | Median | 3rd Quartile | Max |
0 | 15 | 30 | 45 | 60 |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started