ranef.lcc: Extract Model Random Effects

View source: R/methods.R

ranef.lccR Documentation

Extract Model Random Effects

Description

Extract the estimated random effects at level i.

Usage

## S3 method for class 'lcc'
ranef(object, ...)

Arguments

object

an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.

...

optional arguments passed to the ranef.lme function.

Details

See methods for nlme objects to get more details.

Value

A data frame with rows given by the different groups at that level and columns given by the random effects.

Author(s)

Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br

See Also

lcc, coef.lcc,

Examples

## Not run: 
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
ranef(fm1)

## End(Not run)

lcc documentation built on Aug. 25, 2022, 5:08 p.m.

Related to ranef.lcc in lcc...