print.ORci {CIplot} | R Documentation |
ORci
objectPrint odds ratios and their confidence intervals of ORci
object.
## S3 method for class 'ORci'
print(x, ...)
x |
|
... |
other options for print such as |
glm
, ORci
.
require(MASS)
data(birthwt)
x <- glm(low ~ age + lwt + smoke + ptl + ht + ui, data = birthwt,
family = binomial)
OR1 <- ORci(x)
print(OR1, digits = 3)