Statistic Question Assignments | Online Homework Help
STAT 3300 Homework #6
Due Thursday, 03/28/2019
Note: Answer these questions on a separate piece of paper. In the top right corner, include
your name, SMU ID, and course number. Please include a title for the assignment so that
it is clear to the graders. If you miss class the day the assignment is turned in, submit this
before class in order to receive credit.
Question 1 (25 points total)
Kiplinger’s “Best Values in Public Colleges” provides a ranking of U.S. public colleges based on a combination
of various measures of academics and affordability. The dataset “EX11-18BESTVAL.csv” includes a sample of
25 colleges from Kiplinger’s 2015 report. Let’s focus on the relationship between the average debt in dollars at
graduation (AveDebt, the response variable) and the explanatory variables Admit (admission rate), GradRate
(graduation rate), InCostAid (in-state cost per year after need-based aid), and OutCostAid (out-state cost
per year after need-based aid).
a) (2 points) Write out the statistical model for this analysis, making sure to specify all assumptions.
b) (3 points) Run the multiple regression model in R and report the fitted regression equation.
c) (5 points) State the null and alternative hypothesis for the overall F test, report the overall F statistic,
its degrees of freedom, and the p-value. What do you conclude based on this test result?
d) (2 points) Obtain the residuals from part (b), construct a residual plot of residuals against the predicted
outcome ˆy, and check assumptions. Is Baruch College an unusual case? Provide a brief summary.
e) (3 points) Run the same multiple regression model but this time without Baruch College, and specify the
fitted regression equation. Again comment on the residuals (i.e., construct a residual plot of residuals
against the predicted outcome ˆy and check assumptions).
f) (5 points) For the model in part (e) (i.e., the multiple regression model without Baruch College), report
the overall F statistic, its degrees of freedom, and the p-value. What do you conclude based on this
test result?
g) (5 points) For the model in part (e) that included all p = 4 explanatory variables, only InCostAid is
found significant using the individual parameter t-tests. This raises the question of whether these other
three variables further contribute to the prediction of average debt given in-state cost is in the model.
Conduct a partial F test to answer this question.