lcc (version 1.1.0)

coef.lcc: Extract Model Coefficients

Description

The fixed effects estimated and corresponding random effects estimates are obtained at subject levels less or equal to i. The resulting estimates are returned as a data frame, with rows corresponding to subject levels and columns to coefficients.

Usage

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

Arguments

object

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

...

optional arguments passed to the coef.lme function.

Details

See methods for nlme objects to get more details.

See Also

lcc, summary.lcc, lccPlot, vcov.lcc

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
         method = "Method", time = "Time", qf = 2, qr = 2)
coef(fm1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab