One Way Analysis of Variance, Calculating the Test Statistic F
Statistics • Analysis of Variance
Frequently Asked Questions
What does one-way ANOVA test?
One-way ANOVA tests whether the population means of three or more independent groups are all equal. It does this by comparing between-group variability to within-group variability using an F statistic.
How is the ANOVA F statistic computed?
The calculator computes MSB = SSB/df1 and MSW = SSW/df2, then forms F = MSB/MSW. Here df1 = k - 1 and df2 = N - k, where k is the number of groups and N is the total number of observations.
What are SSB and SSW in one-way ANOVA?
SSB (between groups) measures how far group means are from the grand mean, weighted by group sizes. SSW (within groups) measures variation of observations around their group means.
What assumptions are important for one-way ANOVA?
The groups should be independent random samples, the data in each group should be approximately normal for small samples, and the population variances are assumed to be roughly equal across groups. Strong violations can affect the reliability of the F test.
If the ANOVA p-value is small, which groups are different?
A small p-value indicates at least one group mean differs, but it does not identify which groups are different. Follow-up procedures such as multiple comparisons (for example Tukey) are used to determine which means differ.