Re: [R] GLMER Syntax Question

2011-09-28 Thread Ben Bolker
Ubuntu Diego gmail.com> writes: > 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) > You should ask this question on the r-sig-

[R] GLMER Syntax Question

2011-09-28 Thread Ubuntu Diego
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. __ R-help@r-project.org mailing list