REcorrExtract: Extract the correlations between the slopes and the...

View source: R/merList.R

REcorrExtractR 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)

jknowles/merTools documentation built on Feb. 11, 2024, 5:07 a.m.