What does R-squared measure in a regression model?
- A The proportion of variance in the target explained by the model
- B The average prediction error
- C The model's statistical significance
- D The number of significant predictors
Answer
The proportion of variance in the target explained by the model
R-squared never decreases when predictors are added, which is why adjusted R-squared is preferred for comparing models.





