print.summaryBinaryEPPM: Printing of summaryBinaryEPPM Objects

View source: R/print.summaryBinaryEPPM.R

print.summaryBinaryEPPMR Documentation

Printing of summaryBinaryEPPM Objects

Description

Prints the objects of class "summaryBinaryEPPM".

Usage

## S3 method for class 'summaryBinaryEPPM'
print(x, ...)

Arguments

x

object output by summary.BinaryEPPM.

...

not currently used.

Value

No return value.

Author(s)

David M. Smith <dmccsmith@verizon.net>

References

Cribari-Neto F, Zeileis A. (2010). Beta Regression in R. Journal of Statistical Software, 34(2), 1-24. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v034.i02")}.

See Also

betareg

Examples

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))

BinaryEPPM documentation built on June 22, 2024, 10:30 a.m.