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