Skip to content
Prev 12021 / 20628 Next

lme4 performance

Regarding the slowness issue of lme4 vs. lme4.0 I have had some good
initial results getting lme4 to run as fast or faster than lme4.0 by
replacing the optimizer (which can be done without touching the code
of lme4 itself thanks to lme4's modular nature).  See my comment in
lme4 issue 150 on github

https://github.com/lme4/lme4/issues/150

where I have posted the results and the code need to try this.

If anyone has a mixed model dataset they would like to try out using
this approach please let me know.



On Sun, Jun 1, 2014 at 11:04 PM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: