Block-Significance F-Test (Type-III SS for a Factor Block)
Wald-form F-test for a group of related model-matrix columns — typically the n − 1 indicators that encode one categorical factor.
Description
When a categorical factor with k levels expands via effect coding to k − 1 indicator columns, you want one ANOVA row per factor — not n − 1 separate rows per indicator. The block test bundles those columns into a single test with df = m (block size). Form: SS_block = β_block' [V_block]^(−1) β_block, with V_block = the corresponding sub-matrix of (X'X)^(−1). Reduces to the classical t² · MSE form for m = 1. Produces the same F as R's drop1(model, test='F') row for a multi-level factor.
Formulas
Assumptions
- Block sub-matrix is non-singular (else block carries no information)
- Standard OLS assumptions (homoscedasticity, independence)
Limitations
- Not directly applicable to mixed-effects models (random effects)
References
- Searle, S.R. (1987). Linear Models for Unbalanced Data, Wiley
- Montgomery, D.C. (2017). Design and Analysis of Experiments, 9th Ed., Wiley — Chapter 3 (ANOVA — Type III SS)