← All posts

Odds vs Risk: Mastering the Odds Ratio for Clinical and Epidemiological Insights

Clinical Epidemiology ResearchUniqcret doctor knowledgesMethodology and Research DesignEtiology [Methodology]

🎯 What Are Odds?

The Core Idea

Odds are the ratio of the chance something happens to the chance it doesn’t happen.It’s not the same as probability or risk.

จริง ๆ คนไทยใช้คำนี้บ่อย คือ "หมอคิดว่า 50 50"

aka. "หมอคิดว่า odd = 1" ทั้ง 2 แบบความหมายเดียวกัน

Think of a coin toss:

Probability of heads = 0.5

Odds of heads = 0.5 1 0.5 = 1

In epidemiology:

Odds = P 1 P

Where P = the probability of the event happening.

This means if a disease occurs in 20 out of 100 people:

Risk = 20 100 = 0.20

Odds = 0.20 1 0.20 = 0.20 0.80 = 0.25

📌 Odds are less intuitive than risk, but they’re crucial in case-control studies and logistic regression.


⚖️ Odds vs. Risk: Know the Distinction

Concept Formula Interpretation
Risk Events Total Chance something will happen
Odds P 1 P or Events Non-events Ratio of happening vs not happening
Note:
Odds > Risk if P < 0.5; Odds < Risk if P > 0.5.
Always check which measure your model uses.

🔢 Odds Ratio (OR): Relative Odds Between Two Groups

If you want to compare odds between two groups (e.g., exposed vs. unexposed), you use:

OR = Odds in exposed Odds in unexposed

🧠 Derivation From 2x2 Table

 Disease +Disease –
ExposedAB
UnexposedCD
Odds in exposed: A B
Odds in unexposed: C D

So:

OR = A B C D = AD BC

🔍 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:

logit(P) = log ( P 1 P ) = β0 + β1 X OR = e β1

This is why logistic regression is used in cross-sectional and case-control studies: it estimates relative odds, not absolute risks.


🔬 Clinical Interpretation

⚠️ 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