Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version next
Excerpt

This example demonstrate

...

the AND, OR,

...

and NOT

...

 logical functions.

In this example, the dataset contains results from survey data on two questions about customers. The yes/no answers to each question determine if the customer is 1) still active, and 2) interested in a new offering.

Functions:

D generate list excerpts
pagesAND Function, OR Function, NOT Function

Source:

CustomerisActiveisInterested
CustAYY
CustBYN
CustCNY
CustDNN

...

CustomerisActiveisInteresteddropCustsendEmailphoneCall
CustAYYFALSEFALSETRUE
CustBYNFALSETRUEFALSE
CustCNYFALSETRUEFALSE
CustDNNTRUEFALSEFALSE

D s also
labelexample_logical_functions