vcov.brnb | R Documentation |
"brnb"
objectsExtract model variance-covariance matrix from "brnb"
objects
## S3 method for class 'brnb'
vcov(object, model = c("mean", "full", "dispersion"), complete = TRUE, ...)
object |
an object of class |
model |
character specifying for which component of the model variance-covariance matrix should be extracted. |
complete |
for the |
... |
additional arguments for method functions. For the
|
The options for model
are "mean"
for mean regression only
(default), "dispersion"
for the dispersion parameter (in a
chosen transformation; see brglmControl()
, and "full"
for both
the mean regression and the (transformed) dispersion parameters.
See vcov()
for more details.
vcov()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.