coef.zibellreg {bellreg} | R Documentation |
Estimated regression coefficients for zibellreg model
## S3 method for class 'zibellreg'
coef(object, ...)
object |
an object of the class bellreg |
... |
further arguments passed to or from other methods |
a list containing the the estimated regression coefficients associated with the degenerated and Bell count distributions, respectively.
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
coef(fit)