vcov.zibellreg {bellreg} | 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.
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
vcov(fit)