Learn R Programming

BinaryEPPM (version 2.3)

print.summaryBinaryEPPM: Printing of summaryBinaryEPPM Objects

Description

Prints the objects of class "summaryBinaryEPPM".

Usage

# S3 method for summaryBinaryEPPM
print(x, …)

Arguments

x

object output by summary.BinaryEPPM.

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") 
output.fn <- BinaryEPPM(data = ropespores.case,
                  number.spores / number.tested ~ 1 + offset(logdilution),
                  model.type = 'p only', model.name = 'binomial')   
print(summary(output.fn))
# }

Run the code above in your browser using DataLab