Model Fit (Intuition) Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
A scatter plot of weight vs. height shows points loosely scattered around a line. Two measures of fit are given: R2=0.65R^2 = 0.65 and residuals with SD = 8 kg. Interpret both measures.

Solution

  1. 1
    R2=0.65R^2 = 0.65: the linear model explains 65% of the variability in weight โ€” moderate fit
  2. 2
    Residual SD = 8 kg: typical prediction error is ยฑ8 kg โ€” individual predictions could be 8 kg off on average
  3. 3
    Combining: the model captures most weight variation but not all; 35% of variation remains unexplained
  4. 4
    Assessment: moderate fit โ€” useful for general trends, but not precise enough for individual weight prediction

Answer

R2=0.65R^2=0.65 means 65% explained; residual SD=8 kg means typical error is ยฑ8 kg. Moderate fit.
Model fit has two complementary measures: R2R^2 (proportion of variation explained) and residual SD (typical prediction error in original units). Both are needed: high R2R^2 with large residual SD can still mean poor practical predictions.

About Model Fit (Intuition)

Model fit describes how closely a statistical model's predictions match the observed data โ€” measured by residuals, R2R^2, or loss functions.

Learn more about Model Fit (Intuition) โ†’

More Model Fit (Intuition) Examples