vcov.cmp: Extracting the Variance-Covariance Matrix from a COM-Poisson...

View source: R/summarize_extract.R

vcov.cmpR Documentation

Extracting the Variance-Covariance Matrix from a COM-Poisson Model Fit

Description

Extracting the Variance-Covariance Matrix from a COM-Poisson Model Fit

Usage

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

Arguments

object

an object class 'cmp' object, obtained from a call to glm.cmp

...

other arguments passed to or from other methods (currently unused).

Value

The method will return the estimated covariances between the parameter estimates of the fitted cmp model.

Examples

data(attendance)
M.attendance <- glm.cmp(daysabs ~ gender + math + prog, data = attendance)
vcov(M.attendance)

thomas-fung/mpcmp documentation built on June 13, 2022, 6:20 p.m.