powered by
Odds ratio between two groups
OR(y1, n1, y2, n2, conf.level=0.95)
The result is a data.frame.
data.frame
odds from the first group, y1/(n1 - y1)
odds from the second group, y2/(n2 - y2)
odds ratio, odd1/odd2
standard error of log(OR)
lower confidence limit of OR
upper confidence limit of OR
positive event count of the test (the first) group
total count of the test (the first) group
positive event count of the control (the second) group
total count of the control (the second) group
confidence level
Kyun-Seop Bae k@acr.kr
It calculates the odds ratio of two groups. No continuity correction is done here. If you need the 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