For ordinary least squares with an intercept,
It is the fraction of observed response variation accounted for by the fitted model, relative to predicting every response with the sample mean.
Interpreting the value
An of means the fit accounts for 80% of the sample variation around . It does not mean 80% of observations are correct or that predictions are 80% accurate.
Adjusting for model size
Adding predictors cannot decrease ordinary . Adjusted introduces a degrees-of-freedom penalty:
It can decrease when an added term contributes too little.
Derive the decomposition
Write . Squaring and summing produces SST = SSR + SSE because, in ordinary least squares with an intercept, residuals are orthogonal to fitted deviations. Therefore
This identity can fail in familiar form when the model omits an intercept or uses a different fitting objective.
Check your understanding
Two models have . Must they have equal RMSE?
Show the reasoning
No. is relative to each dataset’s SST, while RMSE is in response units. Different response scales, sample variation, or degrees of freedom can yield different RMSE values.