Skip to content
Prev 7328 / 20628 Next

Log-likelihood and mixed models in glmer

Here's the data.  In answer to your questions:

1. Yes, I meant adding predictors should "never" make the model fit the data worse.
2. The variable networth2.gmc is grand-mean centered - actually, I divided the original variable by 100,000 and then centered it to reduce the variable range and make estimation (and interpretation) easier.  Married  is dichotomous, depscore ranges from 0-8, and selfhealth from 0-5.  I did not center the last two since their range is already quite limited.
3. I tried the logLik function, and it returns the same values as anova().

I'm not sure about the convergence problems.  Based on some of the comments I've read about lmer, a convergence problem doesn't mean the estimates aren't reasonable, they only mean the fitting function stalled out without meeting its internal criteria for what an optimal fit looks like (i.e., a clear maximum).  Hence I looked at the parameters estimated at each step, they look to be converging to a set of reasonable parameters, and so I assume the models are reliable.  But if I'm wrong, I'd love to know it, and to know why.

Thanks in advance for all your help!

Andrew Miles
On Jan 16, 2012, at 12:09 PM, Ben Bolker wrote: