Learn R Programming

magree (version 1.2)

summary.magree: summary method for magree objects

Description

summary method for magree objects

Usage

# S3 method for magree
summary(object, ...)
# S3 method for oconnell
summary(object, ci.transform = c("logit", "identity"), ci.p = 0.95, ...)
# S3 method for 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

Run this code
summary(magree(landis))

Run the code above in your browser using DataLab