A Deep Dive into Odds Ratio. Understanding, calculating… | by Iqbal Rahmadhan | Sep, 2024

Understanding, calculating, visualizing, and decoding odds ratios and their confidence intervals with sensible examples in Python.

Photograph by Christian Stahl on Unsplash

You may have in all probability heard a sentence just like this: “People who smoke are 5 instances extra more likely to develop lung most cancers.” Though this instance is just not from an actual examine and is meant for illustrative functions solely, it serves as an excellent start line for our dialogue about odds ratios.

Not a Medium member but? Proceed utilizing this free model!

The chances ratio is a comparatively easy idea and, in follow, can be simple to interpret. On this article, we’ll talk about odds and odds ratios, present a transparent step-by-step rationalization of the calculations, and reveal a fast technique utilizing the SciPy library in Python. Lastly, we’ll discover the way to talk and interpret odds ratios successfully.

I take advantage of the instance above as a result of odds ratios have a major software in scientific analysis to quantify the connection between publicity and consequence. Because the identify suggests, the chances ratio compares the chances of an occasion (or illness) occurring within the uncovered group to the chances of the occasion occurring within the unexposed group [1].