CFA Level II · Quantitative Methods · Free Lesson

Evaluating Regression Model Fit and Interpreting Model Results

Free CFA Level II lesson in Quantitative Methods. 13 min read, ~2,021 words.

Add a worthless variable to a regression and R² still goes up. That single fact is why the exam tests adjusted R², information criteria, and the joint F-test instead.

The coefficient of determination (R²) is the ratio of the sum of squares regression (SSR) to the sum of squares total (SST). In multiple regression it is a weak fit measure: adding any independent variable makes R² rise or stay flat, never fall. R² tells you nothing about whether coefficients are significant, whether estimates are biased, or whether the model is good. A sound asset-pricing model can have low R²; an overfit model, one carrying too many variables relative to observations, can have high R² and useless coefficients.

Adjusted R² penalizes for degrees of freedom, where k is the number of independent variables and n the number of observations.

KEY: Adjusted R² rises when the added variable's |t-statistic| exceeds 1.0 and falls when it is below 1.0.

Read the full lesson, free →
Worked examples and practice. Free with a free account, no card.

Common mistakes

Bottom line

Exam shortcut

Read the ANOVA table first and pull three numbers: SSR, SSE, SST. R² is SSR/SST; MSR is SSR/k; MSE is SSE/(n − k − 1). Every other statistic falls out of those. Stem signals map cleanly. "Does the model explain anything" means MSR/MSE with k and n − k − 1. "Do these two variables jointly matter" means the restricted-minus-unrestricted F with q in the numerator.

The full lesson (about 2,021 words, 13 min read) adds 2 worked examples, all 6 common mistakes, a self-check, free in the app.

Learning objectives

Browse all free CFA Level II lessons or jump into free CFA Level II practice questions.