50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

BinaryEPPM (version 2.3)

print.BinaryEPPM: Printing of BinaryEPPM Objects

Description

Prints objects of class "BinaryEPPM".

Usage

# S3 method for 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.

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. 10.18637/jss.v034.i02.

See Also

betareg

Examples

Run this code
# NOT RUN {
data("ropespores.case") 
BinaryEPPM(data = ropespores.case,
           number.spores / number.tested ~ 1 + offset(logdilution),
           model.type = 'p only', model.name = 'binomial')   
# }

Run the code above in your browser using DataLab