Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


merTools (version 0.6.2)

REcorrExtract: Extract the correlations between the slopes and the intercepts from a model

Description

Extract the correlations between the slopes and the intercepts from a model

Usage

REcorrExtract(model)

Value

a numeric vector of the correlations among the effects

Arguments

model

an object that inherits from class merMod

Examples

Run this code
fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
REcorrExtract(fm1)

Run the code above in your browser using DataLab