Skip to main content

learn.howToCalculate

learn.whatIsHeading

One-way ANOVA tests whether the means of three or more independent groups are statistically different, by comparing variance between groups to variance within groups.

ステップバイステップガイド

  1. 1F = MS_between / MS_within
  2. 2MS_between = SS_between/(k−1)
  3. 3MS_within = SS_within/(N−k)
  4. 4Large F → group differences unlikely due to chance
  5. 5Follow up significant ANOVA with post-hoc tests

解いた例

入力
3 groups · F=5.2 · df=2,27
結果
p < 0.05 → at least one group mean differs
F critical at df(2,27), α=0.05 is 3.35

計算する準備はできましたか?無料の One-Way ANOVA 計算機をお試しください

自分で試してみる→

設定