
Prints objects of class "BinaryEPPM".
# S3 method for BinaryEPPM
print(x, digits = max(3, getOption("digits") - 3), …)
fitted model object of class "BinaryEPPM".
digits of printed output.
not currently used.
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. 10.18637/jss.v034.i02.
# 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