JMP script: How to create summary of a bunch of cols without specifying column names?
I'm looking to create a script which performs a series of steps, first of which is to create an N-statistic summary of an unspecified number of columns with unspecified names. The guides I've seen so far on jmp scripted summary tables require the column names to be specified. I can specify the group, e.g. Group(:Column1), but I want all other columns from column2 onwards to have an N-summary creat...