ANOVA


ANOVA is used to compare two independent groups.

ANOVA vs. multiple t-tests

General Linear Model

This says that the probability that your sample mean is the same as the population sample mean is a linear combination of three factors:
  1. mu, the population mean (estimated by the overall sample mean xbar dot)
  2. the between-group variance, which should hopefully be large
    (estimated by group mean - overall mean)
  3. an error term, or the within group variance, which should hopefully be small
    (estimated by individual mean - group mean)
  4. if j is the number of groups and there are i people in each group, then xij = xbar dot + alpha j + eij where
Note that for all linear models, if we want our groups to be orthogonal, (which is an ANOVA assumption), then we can only do calculations for j-1 groups. This is very important.

Components of ANOVA

  1. Numerator
  2. Denominator
  3. F is called the ANOVA statistic. It is the numerator/denominator, i.e., MSB/MSW.

Interpreting ANOVA results

Calculate SSB/SSW. Compare it with the critical value of the F distribution in the table. To do this, you need three numbers: If the calculated F statistic exceeds the critical F statistic in the table, reject the null hypothesis. This give a type I error of .05, and a p value of whatever SPSS calculates.

Effect of Sample Size

If you increase the sample sizes n, you will increase the obtained F statistic because n appears in the numerator, not the denominator.

Now this means that you can get significance for some small factor just because you have a big N. You really ought to look at the effect size, which is (xbar experimental - xbar control)/s control
which means the difference between the two means in standard deviation units.

[back arrow]Back to Statistics course


Lorraine Sherry
lsherry@carbon.cudenver.edu
Updated December 7, 1996