This document provides an overview of logistic regression, including:
- Logistic regression predicts the probability of an event occurring based on independent variables.
- It is used when the dependent variable is binary (coded as 0 or 1) and includes examples like voting outcomes or disease diagnosis.
- The objective is to find the best fitting model describing the relationship between binary dependent variables and independent variables.