Displaying 1 result from an estimated 1 matches for "1464674".
2004 Jul 29
2
aov for unbalanced design (PR#7144)
...a changes the ANOVA table. For the balanced design, there
is no such problem.
> summary(aov(data[1,]~factor1+factor2))
Df Sum Sq Mean Sq F value Pr(>F)
factor1 5 1524420 304884 6.4529 0.0003229 ***
factor2 7 1447830 206833 4.3776 0.0017808 **
Residuals 31 1464674 47248
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
> summary(aov(data[1,]~factor2+factor1))
Df Sum Sq Mean Sq F value Pr(>F)
factor2 7 1648225 235461 4.9836 0.0007295 ***
factor1 5 1324025 2648...