Skip to content
Prev 14528 / 20628 Next

lmer() fit

Hi,

I used Julia to do a similar job some months ago with about 35 fixed 
effects and one random slope. On my PC  (older type i7 processor, 
windows 7, 12 Gb memory) Julia was about 5 to 6 times as fast as lmer in 
R. Since I had to estimate many models, one after the other, I could 
also use the parallel processing option in Julia, which resulted in 
about 20 times as fast per model as in R. To be honest: I did not use 
the same facility in R, which exists, but just to give you an idea.

Regards, Ben.
On 17-5-2016 21:43, Ben Bolker wrote: