Instructions: Answer all questions in the space below the # headers.
Calculate and interpret a 95% confidence interval for the mean age of mothers from the Gestation data set from the mosaicData package.
Summarize your answer to the question here. All code and comments should be below and your written answer above.
plot(cars)
Use the bootstrap to generate and interpret a 95% confidence interval for the median age of mothers for the Gestation data set from the mosaicData package.
Summarize your answer to the question here. All code and comments should be below and your written answer above.
Consider the results from the model of Dist as a function of Cond (first model). Briefly summarize what this model says about the relationship between the wind conditions and the distance travelled by the ball. Make sure to say something sensible about the strength of evidence that there is any relationship at all.
Summarize your answer to the question here. All code and comments should be below and your written answer above.
Briefly summarize the model that has Dist as the response variable and includes the other variables as explanatory variables (second model) by reporting and interpreting the CondTail parameter. This second model suggests a somewhat different result for the relationship between Dist and Cond. Summarize the differences and explain in statistical terms why the inclusion of the other explanatory variables has affected the results.
Summarize your answer to the question here. All code and comments should be below and your written answer above.