Section 12.1: The Simple Linear Regression Model
- Define a response and a predictor in the context of predicting one variable using another.
- Distinguish between a response \(y\) and a prediction \(\widehat{y}(x) = f(x)\) of the response.
- Give the form of the prediction model used in a simple linear regression.
- Recognize the terminology “performing a regression” or “fitting a regression” for determining the parameters of a regression model using data.
Section 12.2: Estimating Model Parameters
- Fit a simple linear regression model to data using R’s lm function.
- Recognize the slope and intercept of a simple linear regression model, and interpret the values of a slope and intercept in the context of a particular problem.
- Use a regression model to predict a response given a value of the predictor.
- Define the residual (error) of a prediction in a simple linear regression.
- Explain why the distribution of the residuals provides information about how well a regression function predicts a response.
- Define the residual standard error (standard error of prediction).
- Define the median absolute error of prediction, and interpret the median absolute error in the context of a particular problem.