Selecting Multiple Columns in a Script
I have been working on a script to evaluate some possible transformations for fit for both first order and second order polynomials. The script seems to work well. However, I can only select one column at a time. Is there a way to change this script to allow for more than one column to be evaluated at a time?
Clear Log();
dt = Current Data Table(); // Use Current Data Table;
xvar = .;
yvar = ....
david_w_westall