Skip to content
Prev 11653 / 20628 Next

Convergence failure with glmer().

On 14-03-18 01:59 AM, Rolf Turner wrote:
My guess is that this is a false positive.  Some trouble-shooting
thoughts:

 * are the parameters you're getting similar to those you got before?
 * if you install lme4.0 (from http://lme4.r-forge.r-project.org/repos),
do you get similar parameters to those you got before?
 * if you extract the parameters from lme4.0, make a deviance function
from lme4 using devFunOnly, and compare, do you get similar or better
(lower) deviances for the new lme4-fit parameters?
 * is your fit singular, i.e. are any of the 'theta' parameters
corresponding to diagonal elements (I think in your case you only have
scalar random effects, so this would correspond to any of them) equal or
close to zero?  Do the components of the gradient that have large
absolute value (which(abs(fit at optinfo#derivs$grad)>0.002)) correspond to
the singular theta parameters?

  Ben Bolker