[R] aov problem

Anders Malmendal anders at chem.au.dk
Tue May 15 15:07:57 CEST 2007


I am using R to make two-way ANOVA on a number of variables using

g <- aov(var ~ fact1*fact2)

where var is a matrix containing the variables.
However the outcome seem to be dependent on the order of fact1 and fact2 
(i.e. fact2*fact1) gives a slightly (factor of 1.5) different result.
Any ideas why this is?

Thanks for any help
Anders



More information about the R-help mailing list