Questions: Adjusted R-Squared for Model Comparison

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You add two variables to a regression model. R² rises from 0.72 to 0.73, but adjusted R² falls from 0.71 to 0.70. What should you conclude?

AKeep both variables — R² increased, confirming they improve the model
BDrop both variables — the degrees-of-freedom penalty outweighs the variance they explain, so adjusted R² correctly indicates the model is worse
CThe model is overfit and should be re-estimated on a holdout sample
DAdjusted R² is unreliable when R² increases, so R² should take priority
Question 2 Multiple Choice

Why can R² never decrease when you add another regressor to an OLS model?

AAdding a regressor increases the sample size, which mechanically improves fit
BOLS minimizes RSS, so the new coefficient is chosen to reduce RSS as much as possible — in the worst case it is set to zero, leaving RSS unchanged
CR² is normalized so that it is bounded below by the value from the smaller model
DAdding a variable always improves the model because OLS is unbiased
Question 3 True / False

Adjusted R² is typically between 0 and 1, just like ordinary R².

TTrue
FFalse
Question 4 True / False

If adjusted R² decreases when a new variable is added, it means the variable explains less additional variance than the cost of the degree of freedom it consumes.

TTrue
FFalse
Question 5 Short Answer

A colleague argues 'R² is the right metric for model comparison because adding a useful variable always increases it.' What is wrong with this reasoning, and how does adjusted R² address the problem?

Think about your answer, then reveal below.