summary.magree | R Documentation |
summary method for magree objects
## 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, ...)
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 |
summary(magree(landis))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.