F-test
F-test is a hypothesis test that assesses whether a set of regression coefficients are jointly different from zero.
Also known asF statistic · joint significance test
FrameworkF-test
See it move
The side-by-side comparison contrasts a restricted model — in which q slope coefficients are forced to zero, yielding a lower R²_R — against an unrestricted model in which all k coefficients are freely estimated, yielding a higher R²_U. The F-ratio equals (R²_U − R²_R) divided by q, over (1 − R²_U) divided by (n − k − 1); a sufficiently large F leads to rejecting the restrictions, indicating that at least one of the dropped slopes carries genuine explanatory power that the restricted model discards.
The formula
Variables
- R-squared of the unrestricted model
- R-squared of the restricted model (restrictions imposed under H₀)
- Number of restrictions being tested
- Sample size
- Number of regressors in the unrestricted model
Reject H₀ if F exceeds the F(q, n − k − 1) critical value; tests joint significance of q coefficients
Check yourself
An OLS regression of monthly café revenue on advertising spend and population density produces R² = 0.38 with n = 80 observations and k = 2 regressors. The F-statistic for joint significance is approximately 23.6 (F-critical at 5% with 2 and 77 degrees of freedom ≈ 3.12). What is the correct conclusion?