Skip to content
Prev 67048 / 398502 Next

Help with three-way anova

On Tue, 2005-04-05 at 15:51 +0100, michael watson (IAH-C) wrote:

            
I'd say no. Use lm() instead, save your analysis in an object and then
possibly use drop1() to check the analysis
The use of aov() per se seems fine, but you did not put any interaction
in the model... for that use factor * factor.

HTH,

F