lcc (version 1.1.4)

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, ...)

Value

Coefficients extracted from the model object.

Arguments

object

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

...

optional arguments passed to the coef.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, summary.lcc, lccPlot, vcov.lcc

Examples

Run this code

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

Run the code above in your browser using DataLab