Learn R Programming

CountsEPPM (version 3.1)

print.summaryCountsEPPM: Printing of summaryCountsEPPM Objects

Description

Prints the objects of class "summaryCountsEPPM".

Usage

# S3 method for summaryCountsEPPM
print(x, ...)

Arguments

x

object output by summary.CountsEPPM.

...

not currently used.

Author

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. tools:::Rd_expr_doi("10.18637/jss.v034.i02").

See Also

betareg

Examples

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

Run the code above in your browser using DataLab