Coefficient of Determination Math Example 2
Follow the full solution, then compare it with the other examples linked below.
Example 2
hardTwo models predict house prices: Model 1 (size only): . Model 2 (size + neighborhood + age): . Explain what the increase in means and what caution should be applied with multi-variable .
Solution
- 1 Model 1 explains 60% of price variation; Model 2 explains 85% โ 25% more variation explained by adding neighborhood and age
- 2 Adding predictors almost always increases (even random noise predictors increase it slightly)
- 3 Caution: adjusted penalizes for adding predictors:
- 4 Use adjusted for model comparison when the number of predictors differs
Answer
Model 2 explains 25% more variation. Use adjusted to avoid inflation from adding predictors.
Adding predictors always increases regardless of their true relationship with y. Adjusted penalizes for model complexity. If adjusted decreases when a predictor is added, that predictor does not improve the model enough to justify its inclusion.
About Coefficient of Determination
The proportion of the total variation in the response variable that is explained by the linear relationship with the explanatory variable . It equals the square of the correlation coefficient: .
Learn more about Coefficient of Determination โMore Coefficient of Determination Examples
Example 1 medium
A regression model has [formula] (total variation) and [formula] (unexplained variation). Calculate
Example 3 easyThe correlation between study hours and test score is [formula]. Calculate [formula] and interpret i
Example 4 hardA model has [formula]. A researcher concludes 'the model is perfect and ready for deployment.' Ident