Three main steps
\(Y\) must be transformed into \(p/(1-p)\) so that the binary dependent variable can be expressed as a function of continuous positive values ranging from 0 to \(+\infty\).
There are usually three steps which are useful to interpret the results from logistic regression:
- p to odds
- odds to log odds
- probabilities
Step 3: back to probabilities
The problem with log odds (also called logit) is that they are not easy to interpret
Example: “logarithmic odds of an increase in budget by one franc on being elected”.
Therefore, we need to transform log odds into probabilities:
\[P_i(y=1)=\frac{e^{a+b_1x_1+b_2x_2}}{1+e^{a+b_1x_1+b_2x_2}}\]