Learn R Programming

brglm2 (version 0.6.0)

vcov.brglmFit: Return the variance-covariance matrix for the regression parameters in a brglmFit object

Description

Return the variance-covariance matrix for the regression parameters in a brglmFit object

Usage

# S3 method for brglmFit
vcov(object, model = c("mean", "full", "dispersion"),
  ...)

Arguments

object

a fitted model object, typically. Sometimes also a summary() object of such a fitted model.

model

character specyfying for which component of the model coefficients shoould be extracted.

...

additional arguments for method functions. For the glm method this can be used to pass a dispersion parameter.