This document provides an introduction and overview of logistic regression. It describes why logistic regression is used when the dependent variable is limited and not continuous. Maximum likelihood estimation is used to estimate the coefficients. The coefficients can be interpreted as odds ratios. The performance of the logistic regression model is evaluated using measures like the model chi-square, percent correct predictions, and pseudo R-squared. Potential problems like omitted variables, irrelevant variables, and structural breaks are also discussed.