vcov.lme.morph: Extract Variance-Covariance Matrix from Morphometric Model

View source: R/utils.R

vcov.lme.morphR Documentation

Extract Variance-Covariance Matrix from Morphometric Model

Description

An S3 method for extracting both parameter estimates and their variance-covariance matrix from a fitted morphometric model.

Usage

## S3 method for class 'lme.morph'
vcov(object, ...)

Arguments

object

A fitted model of class "lme.morph"

...

Other parameters (for S3 generic compatibility).

Value

A list containing:

est

Named vector of parameter estimates

varcov

Variance-covariance matrix

Examples

## Fitting model to manta ray data.
fit <- fit.morph(manta)
## Extracting variance-covariance matrix.
vcov(fit)


morphErr documentation built on Aug. 30, 2026, 5:06 p.m.