lcc (version 1.1.4)

ranef.lcc: Extract Model Random Effects

Description

Extract the estimated random effects at level i.

Usage

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

Value

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

Arguments

object

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

...

optional arguments passed to the ranef.lme function.

Author

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

Details

See methods for nlme objects to get more details.

See Also

lcc, coef.lcc,

Examples

Run this code
if (FALSE) {
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
ranef(fm1)
}

Run the code above in your browser using DataLab