print.summaryBinaryEPPM {BinaryEPPM} | R Documentation |
Prints the objects of class "summaryBinaryEPPM".
## S3 method for class 'summaryBinaryEPPM'
print(x, ...)
x |
object output by |
... |
not currently used. |
No return value.
David M. Smith <dmccsmith@verizon.net>
Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. doi:10.18637/jss.v034.i02.
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))