Skip to content
Prev 14783 / 20628 Next

Making lme4 faster for specific case of sparse x

Thanks for that clarification.  In my situation, the effect of each
predictor in X was allowed to vary by a single grouping variable. The lmer
formula is something like the following:

y ~ 1 + X1 + X2 + X3 + ... + ( 1 + X1 + X2 + X3 + ... | id)

- Patrick
On Mon, Aug 8, 2016 at 6:08 PM, Douglas Bates <bates at stat.wisc.edu> wrote: