Creating a column switcher - Script JMP
Hello,I need some help in order to make a column switcher for a P' chart of Laney for events. Below is my code: Firstly, we need to determine a coefficient with these lines: z_yyy = Eval( {:"Y1"n} );
z_xx = z_yyy[1] << get values;
z_nnn = Eval( {:N} );
z_nn = z_nnn[1] << get values;
z_rrr = Eval( {:Numéro de lot} );
z_Proportion = E Div( z_xx, z_nn );
z_Pbar = V Sum( z_xx ) / V Sum( z_nn );
z_sig
...