Skip to content

Fitting binomial lmer-model, high deviance and low logLik

1 message · Ken Beath

#
Try using method="AGQ" to use the adaptive Gaussian quadrature  
method. This will generally give a more accurate result than PQL. If  
this doesn't give a more meaningful result, then it may be your data.  
Within each mother are the outcomes all identical ? This will give  
the random effects model a lot of problems.

Ken