REcorrExtract {merTools}R Documentation

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)

Arguments

model

an object that inherits from class merMod

Value

a numeric vector of the correlations among the effects

Examples

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

[Package merTools version 0.6.2 Index]