Week 6 Student Companion Guide
Epidemiologic outcomes are often binary (Disease/No Disease). Linear regression is inappropriate because it can predict probabilities < 0 or > 1. Logistic regression models the logit (log-odds), ensuring predictions fall between 0 and 1.
| Feature | Linear Regression | Logistic Regression |
|---|---|---|
| Outcome Type | Continuous (e.g., BP) | Binary (0/1) |
| Coefficient | Change in mean Y | Change in log-odds |
| Effect Measure | Coefficient (β) | Odds Ratio (exp[β]) |
Protective effect. Every unit increase in X decreases the odds of the outcome.
No association. The exposure does not affect the odds of the outcome.
Increased risk. Every unit increase in X increases the odds of the outcome.