vcov.glmmFELMod: Extract the covariance matrix of the fixed effects
Description
Extract the covariance matrix of the fixed effects
Usage
# S3 method for glmmFELMod
vcov(object, ...)
Value
A variance-covariance matrix for the estimated fixed-effect
regression coefficients. Row and column names correspond to coefficient
names when available.
Arguments
- object
A glmmFELMod object.
- ...
Unused.