Skip to content
Prev 11744 / 20628 Next

lme4/glmer convergence warnings

On 14-04-06 04:31 AM, Tibor Kiss wrote:
It means that on the scale of the _standard deviations_ of the
parameters, the estimated gradients at the MLE (or restricted MLE) are
not large.  I was surprised in Rob's case that these scaled gradients
were not that small; much smaller than without the scaling, but not
small enough to make me think  really understand what's going on.

  To recapitulate: the appearance of all of these new messages in the
latest version of lme4 is **not** due to a degradation or change in the
optimization or fitting procedure -- it's due to a new set of
convergence tests that we implemented, that we think are giving a lot of
false positives.  You can easily shut them off yourself, or raise the
tolerance for the warnings (see ?lmerControl/?glmerControl).  As
developers, we're a bit stuck now because we don't want to turn the
warnings _off_ until we understand the circumstances that are triggering
them better, and that takes more time and effort than we've been able to
muster so far.

   cheers
     Ben Bolker