F Test Interpretation in ANOVA
The F statistic in ANOVA is a ratio of two variance estimates. Understanding what each piece represents makes the interpretation immediate. This page walks through the between-group and within-group variances and shows how the F distribution and the p-value carry the same information presented two ways.
Between vs within variance
The numerator of the F ratio is the between-group mean square. It estimates the variance you would observe between group means if the groups were identical, plus any real treatment effect. The denominator is the within-group mean square. It estimates the variance within each group, the noise level. Under the null hypothesis (all group means equal), both estimate the same population variance, and the F ratio centres around 1. When real differences exist, the numerator inflates and F grows.
Critical F and rejection region
The F distribution is right-skewed and depends on two degrees of freedom: between (numerator) df equals the number of groups minus one, within (denominator) df equals the total sample size minus the number of groups. The rejection region at level alpha is F greater than F_alpha. Tabulated critical F values appear in any classical reference (Snedecor and Cochran's Statistical Methods Table A.7 is a common source). The p-value is the upper-tail area under the F density beyond the observed F value.
F vs p in reporting
Modern journals usually require both the F value with its degrees of freedom and the p-value, written F(df1, df2) = value, p = value. The F value plus df is the test statistic with enough information for any reader to recompute p. The p-value is the direct probabilistic statement. Reporting only one or the other forces readers to redo work; reporting both is courteous and unambiguous. A non-significant result is not evidence of equality, only that the experiment did not detect a difference, which is why an effect-size estimate (eta squared, omega squared) and a confidence interval should accompany the F.