REcorrExtract | R Documentation |
Extract the correlations between the slopes and the intercepts from a model
REcorrExtract(model)
model |
an object that inherits from class merMod |
a numeric vector of the correlations among the effects
fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
REcorrExtract(fm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.