residuals {mvMORPH} | R Documentation |
Extract gls (or ols) model residuals
Description
Returns the residuals of a linear model of class 'mvgls'.
Usage
## S3 method for class 'mvgls'
residuals(object, type, ...)
Arguments
object |
an object of class 'mvgls' obtained from a |
type |
an optional character string specifying the type of residuals to be used. To match conventions used in the nlme package: if " |
... |
other arguments for this generic function (not used). |
Value
A matrix with the residuals for the linear model fitted by mvgls
or mvols
.
Author(s)
J. Clavel
See Also
vcov.mvgls
residuals.mvgls
coef.mvgls
mvgls
mvols