Skip to content
Prev 1391 / 20628 Next

Speed estimation for lmer?

This must be a close cousin of the code that turns e.g.

d <- lmer(y~fixed(1|random),twelve,family="binomial")

into a call to glmer!