Save Summary Data Table in JMP script not working
Hello,
I am doing some control charts with the nelson rules, but I need to explore the exact data from the nelson rules.
My script looks like this:
dt = Current Data Table();
obj = dt << Control Chart Builder(
Show Two Shewhart Charts(0),
Sort by Row Order(1),
Variables(Subgroup(:Batch), Y(:Wash 1 Viability)),
Chart(
Points(Statistic("Individual")),
Limits(Sigma("Moving Range")),
...