powered by
Odds Ratio between two groups
OR(y1, n1, y2, n2, conf.level=0.95)
The result is a data.frame.
proportion from the first group
proportion from the second group
odds ratio, odd1/odd2
standard error of log(OR)
lower confidence limit of OR
upper confidence limit of OR
positive event count of test (the first) group
total count of the test (the first) group
positive event count of control (the second) group
total count of control (the second) group
confidence level
Kyun-Seop Bae k@acr.kr
It calculates odds ratio of two groups. No continuity correction here. If you need percent scale, multiply the output by 100.
RD, RR, RDmn1, RRmn1, ORmn1, RDmn, RRmn, ORmn
RD
RR
RDmn1
RRmn1
ORmn1
RDmn
RRmn
ORmn
OR(104, 11037, 189, 11034) # no continuity correction
Run the code above in your browser using DataLab