Learn R Programming

mvMORPH (version 1.2.1)

fitted: Extract multivariate gls (or ols) model fitted values

Description

Returns the fitted values of a linear model of class 'mvgls'.

Usage

# S3 method for mvgls
fitted(object, ...)

Value

The fitted values extracted from the model.

Arguments

object

an object of class 'mvgls' obtained from a mvgls or mvols fit.

...

other arguments (not used).

Author

J. Clavel

See Also

vcov.mvgls residuals.mvgls coef.mvgls mvgls mvols