184. One-Way ANOVA

Compares the means of three or more groups based on one independent variable

Step 1: Calculate Between-Group Variation (𝑆𝑆between)

𝑆𝑆between=𝑖=1𝑘𝑛𝑖(𝑋̄𝑖𝑋̄overall)2

Step 2: Calculate Within-Group Variation (𝑆𝑆within)

𝑆𝑆within=𝑖=1𝑘𝑗=1𝑛𝑖(𝑋𝑖𝑗𝑋̄𝑖)2

Step 3: Calculate Total Variation (𝑆𝑆total)

𝑆𝑆total=𝑆𝑆between+𝑆𝑆within

Step 4: Calculate Mean Squares

𝑀𝑆between=𝑆𝑆between𝑘1𝑀𝑆within=𝑆𝑆within𝑁𝑘

Step 5: Calculate the F-statistic

𝐹=𝑀𝑆between𝑀𝑆within

Step 6: Decision Rule