Logistic Regression Flashcards
Logistic Regression
Predicting a categorical outcome from continuous and/or categorical predictors. Can be binary (2 levels of DV) or multinomial (3+ levels of DV). Analyses the log odds of an event occurring.
Logistic Regression in SPSS
Block 0 - initial model with no predictors.
Block 1 - including one or more predictors.
Iteration History - has the chi square value
Model summary gives pseudo R square values
-2loglikelihood (deviance) is an indicator of how much unexplained variance is in the model (big is bad)
Variables in the Equation - gives Exp(B), which is the odds ratio
Sensitivity
How well predictors actually predict a positive outcome
Specificity
How well predictors actually predict a negative outcome
False Positive (False Alarm)
How often a positive outcome is predicted but did not occur.
False Negative (Miss Rate)
How often a negative outcome is predicted but did not occur.
Assumptions of Logistic Regression
Linearity of the logit, homogeneity of variance, normality, independence, expected counts (chi square used to calculate deviance), multicollinearity.
Complete Separation
Predictor perfectly predicts the outcome. Produces huge standard errors.
Incomplete Information
One or more combinations of variables are not represented.
Overdispersion
Observed variance is bigger than predicted by the model. Caused by violations of independence.