Setting Spec Limits with USL=LSL?
Hi. I have a data table column consisting of coded integer values. For example, a "0" indicates "OK", and other numbers indicate some kind of issue. I would like to set spec limits of (0,0) for this column, but JMP issues a "Consistency Error" when I try this and will not let me have the USL be less than or equal to the LSL. I know I could just set the limits to be something like (-0.1, +0.1),...