Odds vs Risk: Mastering the Odds Ratio for Clinical and Epidemiological Insights
- Mayta
- Apr 30
- 2 min read
🎯 What Are Odds?
The Core Idea
จริง ๆ คนไทยใช้คำนี้บ่อย คือ "หมอคิดว่า 50 50"
aka. "หมอคิดว่า odd = 1" ทั้ง 2 แบบความหมายเดียวกัน
📌 Odds are less intuitive than risk, but they’re crucial in case-control studies and logistic regression.
⚖️ Odds vs. Risk: Know the Distinction
🔢 Odds Ratio (OR): Relative Odds Between Two Groups
If you want to compare odds between two groups (e.g., exposed vs. unexposed), you use:
🧠 Derivation From 2x2 Table
Disease + | Disease – | |
Exposed | A | B |
Unexposed | C | D |
So:
🔍 This is often how OR is calculated in case-control studies — because risk is not computable (no denominator for total exposed/unexposed).
🔄 OR in Logistic Regression
If you model an outcome using logistic regression, the exponentiated coefficient is the Odds Ratio:
This is why logistic regression is used in cross-sectional and case-control studies: it estimates relative odds, not absolute risks.
🔬 Clinical Interpretation
OR = 1 → no association
OR > 1 → exposure increases odds of disease
OR < 1 → exposure decreases odds of disease
⚠️ When outcome is rare (e.g., <10%), OR ≈ Risk Ratio (RR). But when common, OR overstates the association.
🏁 Key Takeaways
Odds = P / (1 – P)
Odds Ratio = relative odds of event between groups
Odds ≠ Risk, especially when the outcome is common.
Use Odds Ratio when working with case-control data or logistic models.
For rare outcomes, OR ≈ RR — but don’t confuse them.
OR answers: “How much more likely (in odds) is the outcome in the exposed vs unexposed?”
Comments