Analysis of Variance (ANOVA) and the F-Test
ANOVA decomposes the total variability in the data into components attributable to different sources, enabling simultaneous comparison of multiple group means through a single F-test.
The ANOVA Decomposition
In the linear model, the total sum of squares decomposes as: with degrees of freedom .
The F-Test
In the normal linear model, to test (no predictors are significant): Reject at level if .
For groups with observations each, the model is . Testing : For groups with : . At , .
Partial F-Tests
To test whether a subset of predictors is significant, compare the full model (with parameters) and the reduced model (with parameters): under (the additional predictors have zero coefficients).
When testing a single coefficient , the partial -test with gives where is the -statistic for . Thus the -test and -test are equivalent for testing individual coefficients. However, the -test is more general: it can simultaneously test multiple coefficients, which the -test cannot.