JSL-create subset data table with row selection defined by column value
Just started learning JSL , using JMP16 Trying to write a script to create a subset data table with selected row, the selection critera are defined by numeric values in column(7).The backbone of the following script is from "subset" run under the "Tables" tab.Data Table( "Subset of 200 kinome all excel" ) <<
Subset(
Linked,
selected rows only(0),
row selection (select where (as column(7) >0.
...