Skip to content
Prev 2523 / 7420 Next

Marrying Tukey's HSD and ANOVA results

Lara R. Appleby 04 <Lara.R.Appleby.04 at ...> writes:
I think you failed to tell R that `treatment' was a factor
(i.e. a categorical variable).  The Df in the output above
suggests that you are actually (accidentally) running a linear
regression on treatment number, rather than an ANOVA on
treatment.  The Df should be 2,1,2 for the design you
described above.

  That doesn't answer your other question, but it would
be better to sort out the more fundamental issue first.