Is it possible to fully automatize "obj << Set Desirabilities;"
Hi all, when you run the code below (code is taken from the scripting index) a window opens where you can manually specify if a response shall be maximized, be none etc. I was wondering if this manual step can be done completely by scripting such that no user interaction is required at all?Thanks for your help!
Note: I'm using JMP 18.Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jm
...