Introduction To Logistic Regression
Written by Karen Grace-Martin
Researchers are often interested in setting up a model to analyze the relationship between some predictors (i.e., independent variables) and a response (i.e., dependent variable). Linear regression is commonly used when the response variable is continuous. One assumption of linear models is that the residual errors follow a normal distribution. This assumption fails when the response variable is categorical, so an ordinary linear model is not appropriate. This newsletter presents a regression model for a response variable that is dichotomous having two categories. Examples are common: whether a plant lives or dies, whether a survey respondent agrees or disagrees with a statement, or whether an at-risk child graduates or drops out from high school.
In ordinary linear regression, the response variable (Y) is a linear function of the coefficients (B0, B1, etc.) that correspond to the predictor variables (X1, X2, etc.). A typical model would look like:
Y = B0 + B1*X1 + B2*X2 + B3*X3 + ... + E
For a dichotomous response variable, we could set up a similar linear model to predict individuals' category memberships if numerical values are used to represent the two categories. Arbitrary values of 1 and 0 are chosen for mathematical convenience. Using the first example, we would assig
Y = 1 if a plant lives and Y = 0 if a plant dies.
This linear model does not work well for a few reasons. First, the response values, 0 and 1, are arbitrary, so modeling the actual values of Y is not exactly of interest. Second, it is really the probability that each individual in the population responds with 0 or 1 that we are interested in modeling. For example, we may find that plants with a high level of a fungal infection (X1) fall into the category "the plant lives" (Y) less often than those plants with low level of infection. Thus, as the level of infection rises, the probability of a plant living decreases.
Thus, we might consider modeling P, the probability, as the response variable. Again, there are problems. Although the general decrease in probability is accompanied by a general increase in infection level, we know that P, like all probabilities, can only fall within the boundaries of 0 and 1. Consequently, it is better to assume that the relationship betwee
X1 and P is sigmoidal (S-shaped), rather than a straight line.
It is possible, however, to find a linear relationship betwee
X1 and a function of P. Although a number of functions work, one of the most useful is the logit function. It is the natural log of the odds that Y is equal to 1, which is simply the ratio of the probability that Y is 1 divided by the probability that Y is 0. The relationship between the logit of P and P itself is sigmoidal in shape. The regression equation that results is:nnln[P/(1-P)] = B0 + B1*X1 + B2*X2 + ...
Although the left side of this equation looks intimidating, this way of expressing the probability results in the right side of the equation being linear and looking familiar to us. This helps us understand the meaning of the regression coefficients. The coefficients can easily be transformed so that their interpretation makes sense.
The logistic regression equation can be extended beyond the case of a dichotomous response variable to the cases of ordered categories and polytymous categories (more than two categories).
Article author
About the Author
Further reading
Further Reading
Article
The Truth About SaaS vs. Custom Lending Platforms
This article covers SaaS or custom lending solutions on time to market, compliance, and operational efficiency, with key benefits and limitations.
September 5, 2026
Article
Trending Jewelry Styles for 2026: A Complete Guide
August 26, 2026
Website
SEO for Therapists | Best Therapist SEO Services Agency
Do you want more therapy clients? Do you really want to grow your therapy practice online? If your answer is yes, our specialized therapist SEO agency can help you rank higher on Google and AI search. Attract qualified leads, and generate more calls and bookings with a custom SEO strategy built specifically for you
August 24, 2026
Article
Data Science & AI Courses in Bangalore: A Complete Career Guide
Compare data science courses in Bangalore, AI training, projects, placement support and key factors for choosing the right institute.
August 23, 2026