Residual plot
A residual plot graphs regression residuals against fitted values or a predictor. A random horizontal band supports the OLS assumptions; systematic patterns reveal heteroskedasticity, non-linearity or omitted variables.
FrameworkClassical linear regression model
See it move
Plotting residuals against fitted values tests whether a regression's assumptions hold. A random horizontal band around zero, with roughly constant spread, is the sign of a well-specified model. A funnel shape that widens as fitted values increase signals heteroskedasticity, a curved pattern signals non-linearity, and a trend correlated with an excluded variable signals omitted-variable bias.
The formula
Variables
- Residual for observation i
- Observed value of the dependent variable for observation i
- Fitted (predicted) value from the regression for observation i
Residuals plotted against ŷ or each predictor should form a random horizontal band if OLS assumptions hold. Systematic patterns indicate heteroskedasticity, non-linearity or omitted variables.
Check yourself
A researcher regresses factory output on machine hours and plots residuals against fitted values. The residuals form a funnel shape that widens from left to right. What does this pattern signal?