Logistic Regression
Logistic Regression
Learning Centre
Content
1 2 3
What is logistic Types of Worked
regression? logistic example on
regression binary logistic
regression
What is Logistic Regression?
• There are primarily 2 types of logistic regression: (1) Binary and (2)
Multinomial models. The difference lies in the types of the criterion
variable
• Binary logistic regression is for a dichotomous criterion (i.e., 2-level
variable)
• Multinomial logistic regression is for a multicategorical criterion
(i.e., a variable with more than 2 levels)
• This set of slides focuses on binary logistic regression
Example…
A researcher would like to find out if the three predictors can predict
successful enrolment into the Masters of Psychology program at JCU. The
researcher recruited 30 participants who applied for the program, and asked
them the following questions:
Log in to LearnJCU -> Organisations -> Learning Centre JCU Singapore ->
Learning Centre -> Statistics and Maths -> SPSS Data for Practice
Assumptions Testing
01 03
Multicollinearity Logit Linearity
02 04
Independence of
Outliers
errors
Assumptions Testing
Please refer to the SPSS guide on Multiple Regression of how to conduct
the four assumption tests at
https://www.jcu.edu.sg/current-students/student-support-services/learni
ng-support/statistics-and-mathematics-support
Assumptions Testing
01 03
Multicollinearity Logit Linearity
02 04
Independence of
Outliers
errors
Assumptions Testing: Logit Linearity
● Click OK
Assumptions Testing: Logit Linearity
Since the p values of the interaction terms are above .05, we conclude
that the assumption for logit linearity is not violated
Logistic Regression
3. Click on Categorical
4. Select ‘PsychDegree’ as a
categorical covariate
5. Continue
Logistic Regression
6. Click on Save
7. Select Probabilities, Group
membership, Cook’s (this can be
used to screen for outliers), and
Standardized Residuals
8. Continue
Logistic Regression
9. Click on Options
10. Select Classification plots,
Hosmer-Lemeshow goodness-
of-fit, and CI for exp(B)
11. Continue, and OK
Assumptions Testing: Outliers
01 03
Multicollinearity Logit Linearity
02 04
Independence of
Outliers
errors
Assumptions Testing: Outliers
● The purpose of logistic regression is thus to find out if the prediction accuracy of
the model can be improved by predictor variables
● This table shows the regression model with no predictors involved (block 0). This
model (at Step 0) can correctly predict if someone successfully enrolled 50%
of the time.
Logistic Regression: Results
In Step 1, the addition of the predictors resulted in the model being able
to predict successful enrolment 66.7% of the time (compared to 50% in
block 0; 16.7% improvement !)
Logistic Regression: Results
● This table tells us which predictors are significant. Only Previous score is a significant predictor (p
< .05)
● In logistic regression, Exp(B) is commonly used to interpret results, and is expressed as an odds
ratio
● In other words, an increase of 1 unit in Previous score results in a 17.4% more chance of enrolling
in the masters program (1.174 – 1 = .174, meaning .174 above 1)
● The other statistics (e.g., B, Wald, 95% CI) can also be reported in the writeup
Write-Up