SPLIT Subcommand (CASEPLOT command)

SPLIT specifies how to plot data that have been divided into subgroups by a SPLIT FILE command. The specification on SPLIT is either SCALE or UNIFORM.

UNIFORM. Uniform scale. The horizontal axis is scaled according to the values of the entire dataset. This is the default if SPLIT is not specified.

SCALE. Individual scale. The horizontal axis is scaled according to the values of each individual subgroup.

Example

SPLIT FILE BY REGION.
CASEPLOT VARIABLES = TICKETS / SPLIT=SCALE.