When to Use the Kruskal-Wallis Test
The Kruskal-Wallis test is a non-parametric statistical method used to compare three or more independent groups. It is commonly referred to as the non-parametric analog of the one-way ANOVA. Use this test when:
- Normality is Violated: Your sample data is skewed, highly non-normal, or sample sizes are too small to robustly assume normality.
- Ordinal or Continuous Scale: The dependent variable is measured on an ordinal scale (e.g. Likert scale) or a continuous interval scale.
- Independent Groups: The observations in one sample group must be independent of observations in the other groups.
- Similar Distributions: The groups should have roughly similar shape/dispersion; in this case, the test compares group medians. If shapes differ, the test compares group mean ranks.