The main idea
The model is trying to “explain” the variation in the response:
- Variation in the response (blue distribution), is the mess we’re trying to clean up;
- Variation in the residuals (red distribution), is the leftover after the model gives it a shot;
- The more leftover there is, the worse the model did;
- You can quantify this with the variance. The smaller the variance of the residuals relative to the original response variance, the better.
That’s what \(R^2\) actually is: the proportion of the variance in the response explained by the model.