print.BinaryEPPM: Printing of BinaryEPPM Objects

Description Usage Arguments Author(s) References See Also Examples

Description

Prints objects of class "BinaryEPPM".

Usage

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

Arguments

x

fitted model object of class "BinaryEPPM".

digits

digits of printed output.

...

not currently used.

Author(s)

David M. Smith <smithdm1@us.ibm.com>

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

1
2
3
4
data("ropespores.case") 
BinaryEPPM(data = ropespores.case,
           number.spores / number.tested ~ 1 + offset(logdilution),
           model.type = 'p only', model.name = 'binomial')   

BinaryEPPM documentation built on July 31, 2019, 5:08 p.m.