Model Fit (Intuition) Math Example 3

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

Example 3

easy
Three models have R2R^2 values: Model A = 0.95, Model B = 0.50, Model C = 0.10. Rank them by goodness of fit and describe what each R2R^2 means.

Solution

  1. 1
    Model A (R2=0.95R^2=0.95): explains 95% of variation โ€” excellent fit; only 5% unexplained
  2. 2
    Model B (R2=0.50R^2=0.50): explains 50% of variation โ€” moderate fit; half the variation is explained
  3. 3
    Model C (R2=0.10R^2=0.10): explains only 10% โ€” poor fit; the model barely improves over predicting the mean for everyone

Answer

Ranking: A (0.95) > B (0.50) > C (0.10). A is best fit; C is nearly useless.
R2R^2 ranges from 0 (no explanatory power) to 1 (perfect fit). In practice, 'good' R2R^2 depends on context: 0.5 might be excellent for social science (high natural variability) but poor for engineering.

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