Skip to content
Prev 12612 / 20628 Next

lmer model converged before, but couldn't now

On 14-10-27 07:12 PM, Zhaohong Wu wrote:
Do you know what version you were using before?  What version are you
using now (packageVersion("lme4")) ?

  What are the AIC and log-likelihoods of your previous and current models?

  The standard error calculation

  We certainly haven't updated the version on CRAN in the last two
weeks, but perhaps you had an older version and just now updated it?

The standard error calculation did change in version 1.1-4
<http://cran.r-project.org/web/packages/lme4/news.html>; you can check
whether this affects your results by comparing

sqrt(diag(vcov(fitted,use.hessian=TRUE)))

and

sqrt(diag(vcov(fitted,use.hessian=FALSE)))

(although I think if you are getting a negative-Hessian warning that the
program will have fallen back on use.hessian=FALSE anyway)