[R-sig-ME] GLMER Syntax Question

Ubuntu Diego ubuntu.diego at gmail.com
Wed Sep 28 17:03:42 CEST 2011


I was wondering is someone can explain me the differences between these (random slopes and intercept) models

 model1 <- glmer(output~A+B+C+(A+B+C | F) )

 model2 <- glmer(output~A+B+C+(A | F)+(B | F)+(C | F)

Thanks in advance.




More information about the R-sig-mixed-models mailing list