Saving results from log window using JSL
Hello:
I am using bivarate plot and adding a fit line. I would like to save slope and intercept values in a text file. I am using following code:
biv=rbiv<Ex1=biv[NumberColBox(13)][2];
show(Ex1);
Show(Ex1) show the value of slope in the log file along with the log of entire session. Is it possible to send JSL command to save the values of just slopes and intercepts in to a new data table or sepera...