Activity 37
MATH 216: Statistical Thinking
Activity 1: Quiz
Question: What does \(s\) represent in the context of linear regression?
- The slope of the regression line
- The typical error from predicted values
- The intercept of the regression line
- The variance of the predictor variable
Activity 2: Data Exploration
- Visualize the data using a scatter plot.
- Fit a linear model and interpret the coefficients.
- Check the assumptions of linear regression using diagnostic plots.
- Formulate the null and alternative hypotheses.
- Perform a t-test to check the significance of the slope.
- Interpret the results and discuss the implications for the relationship between \(x\) and \(y\).
Activity 3: Case Studies and Problem-Solving
Case Study: A study on the relationship between hours studied and exam scores. The dataset includes hours studied (
x
) and exam scores (y
).- Fit a linear model to the data.
- Check the assumptions of linear regression.
- Perform a hypothesis test on the slope and interpret the results.
- Discuss how the findings might influence study strategies.