print.CountsEPPM: Printing of CountsEPPM Objects

print.CountsEPPMR Documentation

Printing of CountsEPPM Objects

Description

Prints objects of class "CountsEPPM".

Usage

## S3 method for class 'CountsEPPM'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

fitted model object of class "CountsEPPM".

digits

digits of printed output.

...

not currently used.

Author(s)

David M. Smith <dmccsmith@verizon.net>

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v034.i02")}.

See Also

betareg

Examples

data("herons.group") 
output.fn  <- CountsEPPM(number.attempts ~ 0 + group,
 herons.group, model.type = 'mean only', model.name = 'Poisson')
print(output.fn)

CountsEPPM documentation built on May 29, 2024, 11:54 a.m.