Member-only story
In my last blog post I discussed how to calculate the residuals in the Leinhardt dataset using Excel, and that post can be found here:- https://tracyrenee61.medium.com/calculate-the-residuals-of-the-leinhardt-dataset-using-excel-d097c52eede3
In this post I intend to discuss how to interpret the residuals found in a linear regression model.
Residuals are the differences between the observed values and the values predicted by the regression model. They represent the error or the deviation of the observed data from the model’s predictions.
The formula for the residual is:-
Where:-
- Yi is the is the actual value of y at the ith observation.
- Yhati is the value predicted by the regression model for the ith observation.
- Ei is the difference between the observed value and the predicted value.
Residuals are important because:-
- Residuals help in assessing how well the regression model fits the data. Smaller residuals indicate a better fit.
- Residuals are used to check…