Overview Classes
12-3 Logistic regression (5)
19-3 Building and applying logistic regression (6)
26-3 Generalizations of logistic regression (7)
2-4 Loglinear models (8)
5-4 15-17 hrs; 5B02 Building and applying loglinear models (9.1-9.3, 9.8)
23-4 Association (9.4-9.6)
3-5 15-17 hrs: 5A37 Matched pairs (10)
7-5 Repeated measurements (11/12)
14-5 Mixture models (13)
Logistic Regression
Today’s topics:
1. Introduction
2. Parameter interpretation 3. Inference
4. Categorical predictors
5. Multiple predictors
6. Software: SPSS
7. Software: ` EM
Introduction: Logistic Regression
The response variable (Y ) is a dichotomous variable. We may have one or more, continuous or categorical predictor variables.
For the moment lets consider one predictor variable X. Denote π(x) = P (Y = 1|X = x). The logistic regression model is
π(x) = exp(α + βx) 1 + exp(α + βx) or equivalently
logit [π(x)] = log π(x)
1 − π(x) = α + βx
The logit link is equated to the linear predictor.
Interpretation
How to interpret β?
1. The sign determines whether the possibility goes up or down with an increase in X.
2. The larger the absolute value of β the steeper the line. When β = 0 the line is flat and X and Y are independent.
3. The relationship between the predictor and the probability follows the
logistic curve.
Interpretation
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
P(Y=1|x)