set control limits in Control Chart
Greetings,
I'm using JMP 17, I tried to set control limit for chart A (x-bar) and chart B (R)
edt is the data table.
below is my script:graph = edt << Control Chart Builder(
Size( 1123, 586 ),
Show Alarm Report( 1 ),
Show Control Panel( 0 ),
K Sigma( 2.5 ),
Variables( Subgroup( :CaptureDateTime ), Y( :CaptureValue ) ),
Chart(
Position( 1 ),
Limits,
Set Control Limits( {LCL( 49.5 ), UCL( 50.5 ), Avg(
...