Skip to content
Prev 13493 / 20628 Next

glmer and lme4 - Quick question

What 0+ is doing is removing the intercept random effect. It is then
included with the 1|Region term, however there is now no correlation
between the slope and intercept random effects. I can understand why you
don't want to do that as including something like (x1+x2+x3|Region) means
estimating a large covariance matrix for the random effects. However the
bad news if the correlations are not zero then it will give lots of
estimation problems and probably some strange results. Your convergence
problems may well be due to not having a complex enough model.

Opinions vary on what to do. Either start with something simple and keep
adding, or start with all the random effects and remove until it converges
and then remove the unimportant random effects.
On 24 June 2015 at 10:10, Joseph Maina <mainajm at gmail.com> wrote: