coef.zibellreg {bellreg}R Documentation

Estimated regression coefficients for zibellreg model

Description

Estimated regression coefficients for zibellreg model

Usage

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


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



[Package bellreg version 0.0.2 Index]