powered by
Prints objects of class "CountsEPPM".
# S3 method for CountsEPPM print(x, digits = max(3, getOption("digits") - 3), ...)
fitted model object of class "CountsEPPM".
digits of printed output.
not currently used.
David M. Smith <dmccsmith@verizon.net>
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. tools:::Rd_expr_doi("10.18637/jss.v034.i02").
betareg
data("herons.group") output.fn <- CountsEPPM(number.attempts ~ 0 + group, herons.group, model.type = 'mean only', model.name = 'Poisson') print(output.fn)
Run the code above in your browser using DataLab