Learn R Programming

mvMORPH (version 1.2.1)

coef: Extract multivariate gls (or ols) model coefficients

Description

Returns the coefficients of a linear model fit of class 'mvgls' or 'mvols'.

Usage

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

Value

The coefficients extracted from the model fit.

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 fitted.mvgls mvgls mvols