Progress 9/10
Lesson 9

ANOVA (Analysis of Variance) in SPSS

Learn how to compare means across three or more groups using One-Way ANOVA in SPSS.

April 11, 2026

What is ANOVA?

ANOVA (Analysis of Variance) is used to compare means across three or more groups. It tests whether at least one group mean significantly differs from the others.

When to Use One-Way ANOVA

  • Comparing satisfaction levels across 3+ departments
  • Comparing performance scores across education levels (Bachelor, Master, PhD)
  • Comparing attitudes across age groups

Example Hypothesis

"There are statistically significant differences in job satisfaction based on education level (Bachelor, Master, PhD)."

SPSS Steps: One-Way ANOVA

  1. Analyze β†’ Compare Means β†’ One-Way ANOVA
  2. Move dependent variable (e.g., Satisfaction_Avg) to "Dependent List"
  3. Move factor variable (e.g., Education) to "Factor"
  4. Click Post Hoc β†’ check Scheffe (or LSD, Tukey)
  5. Click Options β†’ check Descriptive and Homogeneity of variance test
  6. Click OK

Reading the Output

Step 1: Check Levene's Test (Homogeneity of Variances)

Levene StatisticSig.
1.234.298

Sig. = .298 > .05 β†’ variances are equal β†’ we can proceed with ANOVA βœ“

Step 2: Read the ANOVA Table

SourceSum of SquaresdfMean SquareFSig.
Between Groups4.52122.2615.894.004
Within Groups38.76597.383
Total43.28699

Sig. = .004 < .05 β†’ Reject Hβ‚€ β†’ Significant differences exist between groups βœ“

Step 3: Read Post Hoc Tests (Scheffe)

Post Hoc tests tell you which specific groups differ:

(I) Education(J) EducationMean DifferenceSig.
BachelorMaster-.312.421
BachelorPhD-.687*.003
MasterPhD-.375.198

* = significant at 0.05 level. The significant difference is between Bachelor and PhD holders.

Reporting ANOVA Results

In your research report:

"One-Way ANOVA revealed statistically significant differences in job satisfaction based on education level, F(2, 97) = 5.894, p = .004. Post hoc comparisons using the Scheffe test indicated that PhD holders (M = 4.21, SD = 0.65) reported significantly higher satisfaction than Bachelor holders (M = 3.52, SD = 0.71)."

Remember: ANOVA only tells you that differences exist. You must use Post Hoc tests to identify which specific groups differ.