brglmFit objectReturn the variance-covariance matrix for the regression parameters
in a brglmFit object
# S3 method for brglmFit
vcov(object, model = c("mean", "full", "dispersion"),
...)a fitted model object, typically. Sometimes also a
summary() object of such a fitted 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.