ranef: Extract random effects from smsn.lmm, smn.lmm and smn.clmm...

View source: R/mainfunctions.R View source: R/mainfunctions.R

ranefR Documentation

Extract random effects from smsn.lmm, smn.lmm and smn.clmm objects

Description

It extracts random effects from smsn.lmm, smn.lmm and smn.clmm objects.

Usage

## S3 method for class 'SMN'
ranef(object, ...)
## S3 method for class 'SMSN'
ranef(object, ...)
## S3 method for class 'SMNclmm'
ranef(object, ...)

Arguments

object

An object inheriting from class SMN, SMSN, or SMNclmm, representing a fitted scale mixture skew-normal linear mixed model.

...

Additional arguments

Value

Matrix of estimated random effects.

Author(s)

Fernanda L. Schumacher, Larissa A. Matos and Victor H. Lachos

References

Schumacher, F. L., Lachos, V. H., and Matos, L. A. (2021). Scale mixture of skew-normal linear mixed models with within-subject serial dependence. Statistics in Medicine 40(7), 1790-1810.

See Also

smsn.lmm, smn.lmm, smn.clmm, fitted.SMSN, fitted.SMN, fitted.SMNclmm

Examples

fm1 = smn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
ranef(fm1)

fernandalschumacher/lmmsmsn documentation built on Jan. 21, 2025, 1:24 a.m.