summary.magree {magree} | R 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))
[Package magree version 1.2 Index]