Logistic Regression
Logistic Regression
Log odds can be difficult to make sense of within a logistic regression data
analysis. As a result, exponentiating the beta estimates is common to transform
the results into an odds ratio (OR), easing the interpretation of results. The OR
represents the odds that an outcome will occur given a particular event,
compared to the odds of the outcome occurring in the absence of that event. If
the OR is greater than 1, then the event is associated with a higher odds of
generating a specific outcome. Conversely, if the OR is less than 1, then the
event is associated with a lower odds of that outcome occurring. Based on the
equation from above, the interpretation of an odds ratio can be denoted as the
following: the odds of a success changes by exp(cB_1) times for every c-unit
increase in x. To use an example, let’s say that we were to estimate the odds of
survival on the Titanic given that the person was male, and the odds ratio for
males was .0810. We’d interpret the odds ratio as the odds of survival of males
decreased by a factor of .0810 when compared to females, holding all other
variables constant.