varRanef.lme: varRanef lme

Description Usage Arguments Author(s) See Also Examples

Description

Variance-Covariance of lme random effects (Psi)

Usage

1
2
## S3 method for class 'lme'
varRanef(object, varName = NULL, ...)

Arguments

object

the fitted nlme or lme model

varName

for which parameter

...

Author(s)

Thomas Wutzler

See Also

twNlme-package

Examples

1
2
3
4
5
6
fm1 <- lme(distance ~ age, data = Orthodont, random = ~age)
varRanef(fm1)
varFixef(fm1)
fm2 <- gls(distance ~ age, data = Orthodont)
varFixef(fm2)
varRanef(fm2)

bgctw/twNlme documentation built on May 30, 2019, 4:01 p.m.