Skip to content

Difficulty with lme

3 messages · Brad Davis, Kevin Wright, Ben Bolker

#
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