Skip to content
Prev 13179 / 20628 Next

glmer does not converge, how inaccurate is using nAGQ = 0?

Paolo sent me the output, and there are a couple of problems:
1. The intercept is very large about 94, which may cause some problems.
This can be fixed by centering (subtracting the mean or some other suitable
value)  the continuous variables.
2. The standard deveriation for the random effect is large. This usually
requires more quadrature points.
3. As you have a huge number of observations and groups it doesn't really
matter that much about the approximations. Almost anything will be
significant. I would just try centering the continuous variables.
4. You can also try another optimiser, as in a post from Ben, which
will probably remove the convergence error.
On 2 April 2015 at 21:10, Ken Beath <ken.beath at mq.edu.au> wrote: