Skip to content
Prev 199554 / 398502 Next

Simple 2-Way Anova issue in R

If I've understood correctly, you have cell sizes of 1.  This is not enough.

ANOVA compares within group variance to between group variance, and
your within group variances are zero.

You need more data, or to collapse some cells.

Jeremy




2009/11/8 znd <zackdaugherty at mail.com>: