REcorrExtract {merTools} | 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)