@jthi Thanks, This script partly does what I need to do, but needs me to press OK for each parameter's Gauge R&R analysis (I am on JMP 16.2) at the "Enter/Verify Gauge R&R specification" window. I do not want to do this for my ~100 parameters. How to automate the Gauge R&R analysis/ the press OK step?
Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Semiconductor Capability.jmp");
var = dt << Variability Chart(
Y(:NPN1, :PNP1),
Model("Main Effect"),
X(:SITE)
);
var << "Gauge R&R Report"n(1);
Also, I do not see the JMP generated script (when the OK button is pressed) in the log otherwise I could have got a direction to proceed.
When it's too good to be true, it's neither