Learn R Programming

bellreg (version 0.0.2.1)

coef.zibellreg: Estimated regression coefficients for zibellreg model

Description

Estimated regression coefficients for zibellreg model

Usage

# S3 method for zibellreg
coef(object, ...)

Value

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

Arguments

object

an object of the class bellreg

...

further arguments passed to or from other methods

Examples

Run this code
# \donttest{
data(cells)
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
coef(fit)
# }

Run the code above in your browser using DataLab