SPSS Filter

The FILTER command causes subsequent commands to be run on a subset of cases.


Usage

filter by foo.
filter off.

Any case with a missing or 0 value for foo will be excluded from subsequent commands. The cases are not deleted.

Note that only one filter can be set at any time.


Data Model

The FILTER command is queued as a pending transformation.


See also

PSPP manual for FILTER


CategoryRicottone

SPSS/Filter (last edited 2023-06-12 00:58:26 by DominicRicottone)