fitted {mvMORPH} | R Documentation |
Extract multivariate gls (or ols) model fitted values
Description
Returns the fitted values of a linear model of class 'mvgls'.
Usage
## S3 method for class 'mvgls'
fitted(object, ...)
Arguments
object |
an object of class 'mvgls' obtained from a |
... |
other arguments (not used). |
Value
The fitted values extracted from the model.
Author(s)
J. Clavel
See Also
vcov.mvgls
residuals.mvgls
coef.mvgls
mvgls
mvols
[Package mvMORPH version 1.1.9 Index]