In logistic regression of binary data, the natural logarithm of the odds is equal to the linear predictor.
This may be a complicated equation to absorb for a newcomer, so let’s break this down.
In this context, the odds is the ratio of the probability of success to the probability of failure. (The subscript “1” denotes success, and the subscript “0” denotes failure.)
Since Yᵢ is a binary variable, it can hold only one of two values: 1 or 0. By the Kolmogorov laws of probability,
This is how I re-wrote the denominator in Equation (1).
Based on the modelling assumption of logistic regression, the natural logarithm of the odds is set to equal the linear predictor 𝛽₀ + 𝛽₁xᵢ. This is the statement as expressed mathematically in Equation (1).