Subset() creates a new data table from rows that you specify. If you specify no rows, Subset uses the selected rows. If no rows are selected or specified, it uses all rows. If no columns are selected or specified, it uses all columns. And if Subset has no arguments, the Subset window appears.
Sampling rate( n ),
For example, using Big Class.jmp, to select the columns for all rows in which the age is 12:
subDt1 = dt << Subset(
Output Table Name( "Big Class 2" )
subDt2 = dt << Subset(