print.ORci {CIplot} | R Documentation |
Print Methods for Odds Ratios and their Confidence Intervals
of ORci
object
Description
Print odds ratios and their confidence intervals of ORci
object.
Usage
## S3 method for class 'ORci'
print(x, ...)
Arguments
x |
|
... |
other options for print such as |
See Also
glm
, ORci
.
Examples
require(MASS)
data(birthwt)
x <- glm(low ~ age + lwt + smoke + ptl + ht + ui, data = birthwt,
family = binomial)
OR1 <- ORci(x)
print(OR1, digits = 3)
[Package CIplot version 1.0 Index]