Hello users,
How do I remove graph summary statistics using JSL?
This is the ouput.
simon_2_0-1595381248836.png
Here is the desired output:
simon_2_1-1595381326745.png
I want to do this using JSL. Here is my simple JSL script to generate the graph from Big Class.JMP data:
dt = Open("C:\users\...........\Big Class.JMP");
dt1 = Logistic( Y( :sex ), X( :height ) );
Thanks.