EasyDeepLearn

What does one-way ANOVA test?

medium

Answer

  • H0: μ1  =  μ2{\mu}_{1}\; = \;{\mu}_{2} = ... = μk{\mu}_{k} (all group means equal).
  • Statistic: F = between-group variance / within-group variance ~ Fk1,  NkF_{k - 1, \;N - k} under H0.
  • Assumptions: (1) i.i.d. within groups; (2) normally distributed; (3) equal variances (Welch's ANOVA relaxes this).
  • If F is significant, follow-up with post-hoc tests (Tukey HSD, Bonferroni) to identify which groups differ.
  • Non-parametric alternative: Kruskal-Wallis.
Check yourself — multiple choice
  • Only two groups
  • H0: all k group means equal; F = between/within variance; follow up with Tukey HSD; Kruskal-Wallis is non-parametric alt
  • Same as t-test
  • Only regression

One-way ANOVA: F-test of equal means; post-hoc Tukey; K-W is non-param alt.

#hypothesis-testing#parametric-tests

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions