lcc (version 1.1.0)

vcov.lcc: Extract Variance-Covariance Matrix of the Fixed Effects

Description

Returns the variance-covariance matrix of a fitted lcc model object.

Usage

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

Arguments

object

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

...

optional arguments passed to the vcov.lme function.

Details

See methods for nlme objects to get more details.

See Also

summary.lcc, lccPlot, 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)
vcov(fm1)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace