[R] GLMER Syntax Question

Ubuntu Diego ubuntu.diego at gmail.com
Wed Sep 28 16:18:19 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.



More information about the R-help mailing list