print.summaryBinaryEPPM: Printing of summaryBinaryEPPM Objects

Description Usage Arguments Author(s) References See Also Examples

View source: R/print.summaryBinaryEPPM.R

Description

Prints the objects of class "summaryBinaryEPPM".

Usage

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

Arguments

x

object output by summary.BinaryEPPM.

...

not currently used.

Author(s)

David M. Smith <smithdm1@us.ibm.com>

References

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

See Also

betareg

Examples

1
2
3
4
5
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 July 31, 2019, 5:08 p.m.