REsdExtract {merTools} | R Documentation |
Extract the standard deviation of the random effects from a merMod object
REsdExtract(model)
model |
an object that inherits from class merMod |
a numeric vector for standard deviations of the random effects
fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
REsdExtract(fm1)