How to write a script for selecting several columns (>1000) in a data table as input for an Analysis (e.g. inverse correlations)
Hi I am new to JSL and would like to make a script for selecting multiple columns (>1000) and to use them an input for analysis. For example using the Mulitvariate analysis tool and calculating the inverse correlation.
I have made a script for selecting two columns for Bivariate analysis but how to extend it for multiple columns as used in e.g Mulitvariate analysis. I have tried to find clues at t...