How to set control limit in IMR chart and Xbar R chart
Greetings,
I'm using JMP 17, I tried to set control limit for IMR chart and X bar R chart.
Although I have set the control limits, when I run the script, the control limits do not change as I have set them.
dt is the data table.
below is the script for IMR chart:dt = Open( "$SAMPLE_DATA/Time Series/Workers.jmp" );
Gra = dt << Control Chart Builder(
K Sigma( 2.5 ),
Variables( Subgroup( :DATE ), Y(
...