vcov.zibellreg: Covariance of the regression coefficients

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Covariance of the regression coefficients

Usage

1
2
## S3 method for class 'zibellreg'
vcov(object, ...)

Arguments

object

an object of the class bellreg

...

further arguments passed to or from other methods.

Value

the variance-covariance matrix associated with the regression coefficients.

Examples

1
2
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
vcov(fit)

bellreg documentation built on July 1, 2020, 8:29 p.m.