summary.magree: summary method for magree objects

View source: R/oconnell.R

summary.magreeR Documentation

summary method for magree objects

Description

summary method for magree objects

Usage

## S3 method for class 'magree'
summary(object, ...)
## S3 method for class 'oconnell'
summary(object, ci.transform = c("logit", "identity"), ci.p = 0.95, ...)
## S3 method for class 'schouten'
summary(object, ci.transform = c("logit", "identity"), ci.p = 0.95, ...)

Arguments

object

object to summarise

ci.transform

transformation used to calculate the confidence intervals. Either "logit" for a logit transform or "identity" for no transform.

ci.p

p value for the confidence interval.

...

unused additional arguments

Examples

summary(magree(landis))

magree documentation built on June 22, 2024, 6:47 p.m.