coef {mvMORPH} | R 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 |
... |
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
[Package mvMORPH version 1.1.9 Index]