vcov.bellreg | R Documentation |
This function extracts and returns the variance-covariance matrix associated with the regression coefficients when the maximum likelihood estimation approach is used in the model fitting.
## S3 method for class 'bellreg'
vcov(object, ...)
object |
an object of the class bellreg. |
... |
further arguments passed to or from other methods. |
the variance-covariance matrix associated with the regression coefficients.
data(faults)
fit <- bellreg(nf ~ lroll, data = faults)
vcov(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.