Skip to content
Prev 273557 / 398506 Next

Difficulty with lme

Kevin Wright <kw.stat <at> gmail.com> writes:
Well, he said it was unbalanced, he didn't say how unbalanced --
i.e. it's not clear (to me) whether there are any completely missing cells
or not  ...
[which you could also specify as ~f1*f2]
I have a couple of suggestions:
(1) try lmer (it will at least work differently, and might work better)
(2) try expanding your model out to a one-way design --
 lme(x~interaction(f1,f2),data=m,random=~1|r1)

   Follow-ups should probably be sent to r-sig-mixed-models at r-project.org