| vcov.lme.morph | R Documentation |
An S3 method for extracting both parameter estimates and their variance-covariance matrix from a fitted morphometric model.
## S3 method for class 'lme.morph'
vcov(object, ...)
object |
A fitted model of class "lme.morph" |
... |
Other parameters (for S3 generic compatibility). |
A list containing:
est |
Named vector of parameter estimates |
varcov |
Variance-covariance matrix |
## Fitting model to manta ray data.
fit <- fit.morph(manta)
## Extracting variance-covariance matrix.
vcov(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.