Skip to content
Prev 10727 / 20628 Next

Implausible estimate of random effects variance in lmer (lme4 devel version), sensible estimate in CRAN version

Dear Kevin,
Thank you for your fast reply. Setting the optimizer to bobyqa (i.e. ,
control = lmerControl(optimizer = "bobyqa")) does solve the problem. I
can't get the "verbose = T" setting to work with bobyqa , but this
seems to be less relevant now.

More generally speaking: Can we learn something from this example
about which optimizer to use in which settings? I really never thought
about using another optimizer, and I don't know anything about
statistical computing. Is there a paper or another resource out there
on this topic that can be recommended for advanced applied researchers
who have no background in statistical computing (like myself)? Or is
it easier just to accept that some models work with some optimizers
and not with others?

Thanks again!
Marko


2013/9/19 Kevin Wright <kw.stat at gmail.com>: