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.