print.summaryBinaryEPPM {BinaryEPPM}R Documentation

Printing of summaryBinaryEPPM Objects

Description

Prints the objects of class "summaryBinaryEPPM".

Usage

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

Arguments

x

object output by summary.BinaryEPPM.

...

not currently used.

Value

No return value.

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. doi:10.18637/jss.v034.i02.

See Also

betareg

Examples

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))

[Package BinaryEPPM version 3.0 Index]