REsdExtract | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.