Skip to content
Prev 5102 / 20628 Next

design matrix for mixed effects model

On Tue, Jan 11, 2011 at 1:59 AM, Andreas B?ck <andreas.boeck at tum.de> wrote:
That will produce a dense model matrix for the random effects.
Depending on the number of levels of id and the number of observations
that matrix could be huge.  The lme4 package uses sparse model
matrices for the random effects terms, which is a key to the
performance on large problems.