Skip to content
Prev 13875 / 20628 Next

lmer nonconvergent: care to run and explain?

Thanks to everybody for looking at the example. If that code can be
re-used in any way that helps lme4 development, I give permission to
re-use or edit it and put it to use. I'm happy to let everybody who
actually understands this debate it.  I don't (yet).

I need to explain to users why we have these warnings with lmer but
not SAS or Stata.  In the output I pasted in to the original email, it
reports convergence in a few steps of EM.  But lmer is going for a lot
more iterations.  How to explain that difference to students?

I'm reading through the papers that Doug has written in the last 10
years or so explaining the estimation process in PLS.   Bates and
Debroy makes this clear for LMM.  In comparison, the mainstream HLM
folks treated MLM a a GLS problem. Raudenbush & Bryk, for example, or
Snidjers & Bosker, describe calculation of predictions for the b's as
a posterior calculation, rather than an element of the optimization.

It appears to me Stata is written that GLS way.  Stata has a parameter
vector with fixed effects and variances of random effects (Beta,
Sigma).   In contrast, lmer i optimising over (Beta, Sigma, b).

Am I just making up a story here?

pj
On Fri, Oct 16, 2015 at 1:35 PM, Douglas Bates <bates at stat.wisc.edu> wrote: