[R] Understanding and translating lme() into lmer() model

2006-01-05 Thread Petar Milin
I am newbie in R, trying to understand and compare syntax in nlme and lme4. lme() model from the nlme package I am interested in is: lme.m1.1 = lme(Y~A+B+C,random=~1|D/E,data=data,method=ML) (for simplicity reason, I am giving generic names of factors) If I understand well, there are three

Re: [R] Understanding and translating lme() into lmer() model

2006-01-05 Thread Doran, Harold
] Understanding and translating lme() into lmer() model I am newbie in R, trying to understand and compare syntax in nlme and lme4. lme() model from the nlme package I am interested in is: lme.m1.1 = lme(Y~A+B+C,random=~1|D/E,data=data,method=ML) (for simplicity reason, I am giving generic