Binary logistic regression allows modeling of categorical dependent variables. It transforms the probability of an event occurring into log odds via the logit link function. This allows modeling of relationships where the dependent variable is dichotomous (e.g. employed/unemployed).
The document introduces logistic regression theory, including how to interpret logit coefficients and transform results back to probabilities. It also discusses using dummy variables for categorical predictors. SPSS output is presented analyzing factors related to turnout in the 2005 UK election using gender, age and housing tenure as predictors of the binary outcome variable of whether someone voted or not. Cross tabulations calculate odds and relative odds of voting for different groups from the data.