ranef2long {multilevelTools} | R Documentation |
Convert ranef() output to long format
Description
Convert ranef() output to long format
Usage
ranef2long(x, idvar)
.re.data(d, i, idvar)
Arguments
x |
A |
idvar |
A character string specifying the grouping variable name for the random effects. |
d |
A |
i |
an integer, which random effect to pull out |
Value
A data.table object with the random effects in long format.
[Package multilevelTools version 0.2.0 Index]