residuals.lcc {lcc} | R Documentation |
Extract Model Residuals
Description
Extract the residulas from the model used to estimate the longitudinal concordance correlation function.
Usage
## S3 method for class 'lcc'
residuals(object, type, ...)
Arguments
object |
an object inheriting from class |
type |
an optional character string specifying the type of
residulas to be used. If |
... |
optional arguments passed to the |
Details
See methods for nlme
objects to get more
details.
Value
Return no value, called for side effects
Author(s)
Thiago de Paula Oliveira, thiago.paula.oliveira@alumni.usp.br
See Also
lcc
, summary.lcc
,
coef.lcc
, vcov.lcc
Examples
## Not run:
fm1<-lcc(data = hue, subject = "Fruit", resp = "H_mean",
method = "Method", time = "Time", qf = 2, qr = 2)
getVarCov(fm1)
## End(Not run)