Learn R Programming

mvMORPH (version 1.1.0)

fitted.mvgls: Extract multivariate gls model fitted values

Description

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

Usage

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

Arguments

object

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

...

other arguments (not used).

Value

The fitted values extracted from the model.

See Also

vcov.mvgls residuals.mvgls coef.mvgls mvgls