learn.howToCalculate
learn.whatIsHeading
The odds ratio (OR) measures the association between an exposure and an outcome in case-control studies. An OR > 1 indicates increased risk; OR < 1 indicates reduced risk; OR = 1 indicates no association.
公式
OR = (a×d) / (b×c) from 2×2 contingency table
- a, b, c, d
- 2×2 table cells — [[a,b],[c,d]]
- OR
- odds ratio
ステップバイステップガイド
- 1OR = (a×d) / (b×c)
- 2a=exposed cases, b=exposed controls, c=unexposed cases, d=unexposed controls
- 395% CI: e^(ln(OR) ± 1.96×SE)
- 4SE = √(1/a + 1/b + 1/c + 1/d)
解いた例
入力
a=100, b=50, c=200, d=300
結果
OR = (100×300)/(50×200) = 3.0
入力
OR=1.5, CI=[1.1, 2.1]
結果
50% increased odds; significant (CI excludes 1)
よくある質問
What does an odds ratio of 1 mean?
OR=1 means no association between exposure and outcome. OR>1 suggests increased odds; OR<1 suggests decreased odds.
Is odds ratio the same as relative risk?
No, they're similar but different. Odds ratio compares odds; relative risk compares probabilities. OR ≈ RR when outcomes are rare.
How do I interpret an odds ratio of 2?
The odds of outcome in exposed group are 2 times the odds in unexposed group.
計算する準備はできましたか?無料の Odds Ratio 計算機をお試しください
自分で試してみる→