powered by
Extract the correlations between the slopes and the intercepts from a model
REcorrExtract(model)
a numeric vector of the correlations among the effects
an object that inherits from class merMod
fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy) REcorrExtract(fm1)
Run the code above in your browser using DataLab