Skip to content
Prev 127528 / 398500 Next

"Estimate effects may be unbalanced" in aov()

On Mon, 22 Oct 2007, Max Manfrin wrote:

            
The help page does!  I suspect you intended to use factors, and have not 
done so, and also that you did not intend to replicate res.

Try

D <- expand.grid(A=factor(c(0,1,2,3)),B=factor(c(0,1)),C=factor(c(0,1)))
aov(rnorm(16) ~ A * B * C, data = D)