Creating the Model

The Decision Tree Procedure offers several different methods for creating tree models. For this example, we'll use the default method:

CHAID. Chi-squared Automatic Interaction Detection. At each step, CHAID chooses the independent (predictor) variable that has the strongest interaction with the dependent variable. Categories of each predictor are merged if they are not significantly different with respect to the dependent variable.

Next