lcc (version 1.1.4)

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

Description

Extract Variance-Covariance Matrix of the Fixed Effects

Usage

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

Value

Returns the variance-covariance matrix of a fitted

lcc model object.

Arguments

object

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

...

optional arguments passed to the vcov.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

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

Run the code above in your browser using DataLab