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

View source: R/classes_methods.r

fittedR 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 mvgls or mvols fit.

...

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


mvMORPH documentation built on March 31, 2023, 6:25 p.m.