coef.zibellreg: Estimated regression coefficients for zibellreg model

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Estimated regression coefficients for zibellreg model

Usage

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

Arguments

object

an object of the class bellreg

...

further arguments passed to or from other methods

Value

a list containing the the estimated regression coefficients associated with the degenerated and Bell count distributions, respectively.

Examples

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

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