Learn R Programming

CIplot (version 1.0)

print.ORci: 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 ORci
print(x, ...)

Arguments

x

ORci object.see alse ORci.

other options for print such as digits.

See Also

glm, ORci.

Examples

Run this code
# NOT RUN {
require(MASS)
data(birthwt)
x <- glm(low ~  age + lwt + smoke + ptl + ht + ui, data = birthwt,
         family = binomial)
OR1 <- ORci(x)
print(OR1, digits = 3)

# }

Run the code above in your browser using DataLab