- Write and describe a multiple linear regression model equation
- Calculate and describe the unadjusted coefficient of determination
- Assess the model assumptions with a residual or a predicted values plot
Residuals
We can assess whether or not it is reasonable to fit a linear regression model using residual plots, similar to simple linear regression. In multiple linear regression, the [latex]y[/latex]-axis has the residual values, and the [latex]x[/latex]-axis has the explanatory variables and/or the fitted values. For a multiple linear regression model, you create a residual plot for each continuous explanatory variable, as well as the fitted value.
The residual plot of the residuals vs. predicted values accounts for all the variables in the model. Residual plots of the residuals vs. individual exploratory variables allow us to identify a potential source of a violation. The normality condition is beyond the scope of this course.