Learn R Programming

mvMORPH (version 1.1.0)

coef.mvgls: Extract multivariate gls model coefficients

Description

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

Usage

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

Arguments

object

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

...

other arguments (not used).

Value

The coefficients extracted from the model.

See Also

vcov.mvgls residuals.mvgls fitted.mvgls mvgls