vcov.mcglm: Variance-Covariance Matrix for mcglm Objects

vcov.mcglmR Documentation

Variance-Covariance Matrix for mcglm Objects

Description

Extracts the variance-covariance matrix of the estimated parameters from a fitted mcglm object.

Usage

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

Arguments

object

An object of class mcglm.

...

Further arguments passed to or from other methods. Currently ignored.

Value

A numeric matrix representing the variance-covariance matrix of all estimated model parameters. Row and column names correspond to the parameter identifiers.

Author(s)

Wagner Hugo Bonat, wbonat@ufpr.br

See Also

coef.mcglm, summary.mcglm


mcglm documentation built on Jan. 9, 2026, 1:07 a.m.