Chapter 11 Binary Logistic Regression
Running a Logistic Regression Model with One Categorical Predictor Variable
Running a Logistic Regression Model with One Continuous Predictor Variable
Using a Format to Create a Categorical Variable from a Continuous Variable
Using a Combination of Categorical and Continuous Variables in a Logistic Regression Model
Running a Logistic Regression with Interactions
Introduction
This chapter demonstrates how to run logistic regression models using SAS. The chapter starts with a simple example with categorical predictors. Then continuous variables are added. The final example is a logistic regression model that includes interactions. Examples in this chapter cover only logistic regression ...