trying to use JSL to save prediction results to a new column based on a model fit
Hi all - I am trying to save prediction results to a new column in my data table based on a model regression fit. I have tried numerous configurations and the JSL debugger but the results do not end up in the newly created column. I think I am missing something simple. Thanks in advance for any assistance.
Here is my script:
dt = Open( "C:\ fit model100621.jmp" );
New Column( "New Predicte
...