How to convert 'other' result tables to Data Table using JSL
I would like to know if there's a way to convert 'other' result tables to Data Table using JSL.Given below is a sample script and sample analysis result I got from JMP to illustrate my concern. JSL:Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
Contingency( Y( :Age ), X( :sex ), Make Into Data Table );
For the example given below, I would like to capture the analysis result...