powered by
ORci
Print odds ratios and their confidence intervals of ORci object.
# S3 method for ORci print(x, ...)
ORci object.see alse ORci.
other options for print such as digits.
digits
glm, ORci.
glm
# 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