powered by
Estimated regression coefficients for zibellreg model
# S3 method for zibellreg coef(object, ...)
a list containing the the estimated regression coefficients associated with the degenerated and Bell count distributions, respectively.
an object of the class bellreg
further arguments passed to or from other methods
# \donttest{ data(cells) fit <- zibellreg(cells ~ smoker + gender|smoker + gender, data = cells) coef(fit) # }
Run the code above in your browser using DataLab