Example: Classifying Email as Junk

To create this example:
  1. In the Tasks section, expand the Statistics folder, and then double-click Binary Logistic Regression. The user interface for the Binary Logistic Regression task opens.
  2. On the Data tab, select the SASHELP.JUNKMAIL data set.
  3. Assign columns to these roles and specify these options:
    Role
    Column Name
    Response
    Class
    Event of interest
    1
    Continuous variables
    Exclamation
    CapAvg
  4. On the Model tab, click Edit Icon. The Model Effects Builder opens.
  5. In the Variables pane, select Exclamation and CapAvg .
  6. Click Add to add these as main effects. Click OK to close the Model Effects Builder.
  7. To run the task, click Submit SAS Code.
Example of Results from Binary Logistic Regression Task