Skip to content

structure of a lmer code

1 message · Kenneth Takagi

#
I think the equivalent to fm1 is actually 

fm2<-lmer(log(y)~1+x+(-1+x|group), na.action="na.omit", data=...)
On 03/28/12, Ista Zahn wrote: