vcov.zibellreg: Covariance of the regression coefficients

View source: R/utils.R

vcov.zibellregR Documentation

Covariance of the regression coefficients

Description

Covariance of the regression coefficients

Usage

## 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


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



bellreg documentation built on Oct. 23, 2024, 9:06 a.m.