Skip to content
Prev 139677 / 398506 Next

Anova

On Sun, Mar 16, 2008 at 6:39 AM, Gavin Simpson <gavin.simpson at ucl.ac.uk> wrote:
Thanks for the plug, Gavin, but lme and my book with Jose are for
linear *mixed-effects* models.  I think the question here is about
unbalanced fixed-effects models and those can be fit quite simply by
lm, aov and friends.

Users, quite reasonably, expect that model fitting in R is done using
the formulas that they saw in an introductory textbook.  In fact, that
is almost never the case.  Functions like lm and aov use computational
methods that do not depend on balance in the data.