vcov.zibellreg | R Documentation |
Covariance of the regression coefficients
## S3 method for class 'zibellreg'
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(cells)
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
vcov(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.