in Function (GPL)
Syntax
in(min(<value>), max(<value>))
<value>. Numeric values for defining the range that determines which values to include.
Description
Includes only the continuous values that are in the range specified
by the min
and max
parameters. This function is valid only
for continuous variables.
Examples
DATA: gender = col(source(mydata), name("salary"),
in(min(0), max(50000)))