[Script] Get rid of Moving Range chart in control chart builder
Hello~ all~Is there a way to get rid of Moving Range chartin the 'Control chart builder' platformby using JMP script? : )Here is the script for the 'control chart builder' sample.dt = Open( "$SAMPLE_DATA/Quality Control/Coating.jmp" );dt << Control Chart Builder(
Show Control Panel( 0 ),
Variables( Subgroup( :Pin ), Y( :Weight ) ),
Chart( Position( 1 ), Limits( Spec Limits( 1 ) ), Warnings( Test 1...