getVarCov.lcc {lcc} | R Documentation |
Extract Variance Components from a Fitted Model
## S3 method for class 'lcc'
getVarCov(obj, type, ...)
obj |
an object inheriting from class |
type |
specifies the type of variance covariance matrix. If
|
... |
optional arguments passed to the |
See methods for nlme
objects to get more
details.
Returns the variance-covariance matrix of a fitted
lcc
model object.
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
lcc
, summary.lcc
,
coef.lcc
, vcov.lcc
## Not run:
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
getVarCov(fm1)
## End(Not run)