lcc (version 1.1.0)

ranef.lcc: Extract Model Random Effects

Description

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

Usage

# S3 method for 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.

See Also

lcc, coef.lcc,

Examples

Run this code
# NOT RUN {
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