var classes1 ... 2n+1 (facet) classify
| Arguments | ||
|---|---|---|
| label | type | description |
| var | variable | input data to be classified |
| classes | name and number set | alternating names and numbers, starting and ending with a name, so that there are N+1 names and N numbers (optional) |
| facet | string | name of new independent variable (name of var if omitted) (optional) |
| Returns | ||
| weights | variable | output. There is an additional grid consisting of the N+1 names, and the values are 0, 1, or missing depending on whether the data was between the values given in the classify number set. This variable is sometimes referred to as being in complete disjunctive form. |