coef.zibellreg | 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.
data(cells)
fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells)
coef(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.