JSL Script to Transform Selected Columns
Hi, in JMP 14 I would like to allow a user to select non-specific columns, say X,Y,Z, and then run a JSL script that generates new columns with the difference of each column, i.e. X-Y, X-Z, Y-Z. The script would not need to calculate Y-X, or Z-X since those differences have already been calculated. Any help is appreciated, thanks!