powered by
Extract Variance-Covariance Matrix of the Fixed Effects
# S3 method for lcc vcov(object, ...)
Returns the variance-covariance matrix of a fitted
lcc model object.
lcc
an object inheriting from class lcc, representing a fitted longitudinal concordance correlation function.
optional arguments passed to the vcov.lme function.
vcov.lme
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See methods for nlme objects to get more details.
nlme
summary.lcc, lccPlot, lcc, coef.lcc
summary.lcc
lccPlot
coef.lcc
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