What exactly does the ANOVA F-test tell us in a regression, and how do I interpret the F-statistic?
I'm working through regression analysis for CFA Level I and I understand that the t-test checks individual coefficients, but the ANOVA F-test seems to test the whole model. Can someone explain what it's really measuring, how to calculate it from an ANOVA table, and when a model 'passes' the F-test?
The ANOVA F-test in regression asks a single overarching question: Does the regression model, taken as a whole, explain a statistically significant portion of the variation in the dependent variable?
Formally, the null hypothesis is:
H₀: All slope coefficients equal zero (the model has no explanatory power)
H₁: At least one slope coefficient is non-zero
ANOVA Table Breakdown:
| Source | SS | df | Mean Square |
|---|---|---|---|
| Regression | RSS | k | MSR = RSS / k |
| Error | SSE | n - k - 1 | MSE = SSE / (n-k-1) |
| Total | TSS | n - 1 | — |
Where k = number of independent variables, n = number of observations.
Worked Example — Thornberry Capital Revenue Model
An analyst at Thornberry Capital regresses quarterly GDP growth on three predictors: consumer spending growth, industrial production index, and net exports (n = 48 quarters).
| Source | SS | df | MS |
|---|---|---|---|
| Regression | 142.6 | 3 | 47.53 |
| Error | 83.4 | 44 | 1.895 |
| Total | 226.0 | 47 | — |
F-statistic = MSR / MSE = 47.53 / 1.895 = 25.08
The critical F-value at α = 0.05 with (3, 44) degrees of freedom is approximately 2.82. Since 25.08 >> 2.82, we reject H₀ and conclude the model has significant explanatory power.
R² Connection:
R² = RSS / TSS = 142.6 / 226.0 = 63.1%. The model explains about 63% of the variance in GDP growth.
Key Distinctions for the Exam:
- F-test = joint test of all slopes simultaneously
- t-test = test of one individual slope coefficient
- A model can pass the F-test while individual t-tests fail (multicollinearity) or vice versa (rare but possible with many weak predictors)
Exam Tip: If given an ANOVA table, always compute F = MSR/MSE, compare to the critical value, and state your conclusion. For simple regression (k = 1), F = t² — the two tests are equivalent.
Check our CFA Level I question bank for more regression practice problems.
Master Level I with our CFA Course
107 lessons · 200+ hours· Expert instruction
Related Questions
How do I map a CFA Ethics vignette to the right standard?
When does a duty to clients override pressure from an employer?
Do conflicts have to be disclosed before making a recommendation?
Why do CFA Ethics answers focus so much on the action taken?
What does a high-water mark actually do in a hedge fund fee calculation?
Join the Discussion
Ask questions and get expert answers.