print.ORci: Print Methods for Odds Ratios and their Confidence Intervals...

Description Usage Arguments See Also Examples

Description

Print odds ratios and their confidence intervals of ORci object.

Usage

1
2
## S3 method for class 'ORci'
print(x, ...)

Arguments

x

ORci object.see alse ORci.

...

other options for print such as digits.

See Also

glm, ORci.

Examples

1
2
3
4
5
6
require(MASS)
data(birthwt)
x <- glm(low ~  age + lwt + smoke + ptl + ht + ui, data = birthwt,
         family = binomial)
OR1 <- ORci(x)
print(OR1, digits = 3)

toshi-ara/CIplot documentation built on May 24, 2019, 2:54 p.m.