Skip to content
Prev 16772 / 20628 Next

[FORGED] Types of residuals in lme4

In addition to Rolf Turner's point, you can get the random effects using
the ranef() function.

ranef(test)$DBID and ranef(test)$familyID should do it.

James
On 07/05/2018 08:40 PM, Rolf Turner wrote: