Learn R Programming

BinaryEPPM (version 3.0)

print.summaryBinaryEPPM: Printing of summaryBinaryEPPM Objects

Description

Prints the objects of class "summaryBinaryEPPM".

Usage

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

Value

No return value.

Arguments

x

object output by summary.BinaryEPPM.

...

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("ropespores.case") 
output.fn <- BinaryEPPM(data = ropespores.case,
                  number.spores / number.tested ~ 1 + offset(logdilution),
                  model.type = 'p only', model.name = 'binomial')   
print(summary(output.fn))

Run the code above in your browser using DataLab