To subset data into disjoint subsets defined by one or more BY variables, follow these steps:
IML Studio displays the dialog box for the plot type.
IML Studio uses the values of the BY variables to split the data into disjoint subsets.
IML Studio splits the data into disjoint subsets, called BY groups. Each BY group is plotted on a separate plot. The BY groups are, by definition, mutually disjoint. Consequently, these plots are not dynamically linked to each other.
The dialog box for creating a plot contains the following tabs:
This tab enables you to choose the BY-group variables. The values of the BY-group variables define the BY groups.
This tab enables you to set options used to subset the data and to create the BY-group plots. The tab provides the following controls:
When you create BY-group plots, the following steps occur:
The BY-group plots are not dynamically linked to the original data. Consequently, selections made to the original data are not reflected in the BY groups. However, you can use an action menu to select observations in the original data that correspond to selected observations in a BY-group plot. Press the F11 key to display the action menu in a BY-group plot. When you select the action menu item, IML Studio looks at the values of the _ObsNum_ variable for the selected observations. IML Studio then selects observations in the original data that contain the same values of _ObsNum_.
Using the action menu to select observations is a cumulative process: if an observation in the original data was selected prior to this action, it remains selected after the action. You can clear selections in the data table the usual way: press the ESC key or click in the upper-left cell of the data table.