coef.mvgls: Extract multivariate gls (or ols) model coefficients

View source: R/classes_methods.r

coefR Documentation

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 class 'mvgls'
coef(object, ...)

Arguments

object

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

...

other arguments (not used).

Value

The coefficients extracted from the model fit.

Note

For an intercept only model with phylogenetic structure this correspond to the ancestral states.

Author(s)

J. Clavel

See Also

vcov.mvgls residuals.mvgls fitted.mvgls mvgls mvols


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