Ftests
F-tests are statistical procedures that use the F-distribution to assess hypotheses about population variances or linear models. They are most commonly employed in analysis of variance (ANOVA) and in linear regression to test whether a set of model terms contributes significantly to explaining variation in the data.
The F-statistic is a ratio of two mean squares. In ANOVA, F = MS_between / MS_within, where MS_between
Hypotheses: In regression, H0: a set of regression coefficients is zero; in ANOVA, H0: all group means
Calculation and interpretation: Given data, compute the relevant sums of squares, derive the mean squares, form
For model selection, F-tests compare nested models using the statistic F = (SS_full - SS_reduced)/df_diff divided by SS_full/df_full.
Assumptions and limitations: You need independent observations, normally distributed residuals, and equal variances across groups. Violations