Adjusted R-squared
Adjusted R-squared modifies standard R-squared to account for the number of regressors in a model. Ordinary R-squared never falls when a new variable is added, even a useless one.
Also known asadjusted R2
FrameworkOrdinary least squares (OLS)
See it move
A waterfall shows R² reaching 0.73 after adding a fourth regressor, then falling by a degrees-of-freedom penalty of 0.04 to an adjusted R² of 0.69. The downward step reflects the adjusted measure's penalty for adding variables: unlike raw R², it rises only when the new regressor improves fit beyond what random chance would predict.
The formula
Variables
- Adjusted R-squared
- Unadjusted (ordinary) R-squared
- Number of observations
- Number of regressors, excluding the intercept
Adding a weak regressor increases n − k − 1 without reducing SSR proportionately, so R̄² falls.
Check yourself
A researcher adds a third regressor to a model. Ordinary R-squared rises from 0.72 to 0.73, but adjusted R-squared falls from 0.70 to 0.69. Which conclusion is most appropriate?