summary.magree: summary method for magree objects

Description Usage Arguments Examples

Description

summary method for magree objects

Usage

1
2
3
4
5
6
## 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
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.

...

Examples

1

mclements/magree documentation built on May 22, 2019, 3:09 p.m.