search for: facultyandstaff

Displaying 1 result from an estimated 1 matches for "facultyandstaff".

2007 Oct 17
1
problem with anova() and syntax in lmer
...w: model4 <- lmer(eclw~1 + density + landsc + temp + landsc:temp + (1|region) + (pop|region) + (family|pop), data=fem1) The variables are coded with unique levels from inner nested factors as recomended here (Bates & Pinheiro : lme for SAS PROC MIXED users) : http://biostat.hitchcock.org/FacultyandStaff/OnlineManuals/PDF%20Files/lmesas.pdf Which syntax is the right one and describe de nested structure correctly? And what could be the meaning of the wrong model? Is there somewhere general information about lmer synthax that we could have missed (not just simple examples)? (I just have an articl...