notIn Function (GPL)
Syntax
notIn("category name" ...)
<category name>. The string representing the category to be excluded. If specifying multiple categories, separate them with commas.
Description
Excludes the categories from the variable. These categories are not displayed or used in statistical calculations. This function is valid only for variables defined as categorical.
Examples
DATA: gender = col(source(mydata), name("gender"), unit.category(), notIn("Missing"))