Skip to content
Prev 13050 / 20628 Next

lmer with binomial distribution of random effects

El Kihal, Siham <Siham.ElKihal at ...> writes:
This sounds like a latent mixture model problem.  lme4 doesn't
do this; you *might* be able to implement an expectation-maximization
wrapper around lme4 that would do it, but it wouldn't be entirely
trivial.  If I had to do this I would probably turn to JAGS/BUGS.
Looking forward to other answers from the list ...