JSL for evaluating tolerance interval USL and LSL after calculation
Hi, So I want to write a script that will calculate a tolerance interval with 99% coverage, alpha = 0.95, on a column of data.Once it has done this I want to access/evaluate the USL and LSL to be used for hiding/excluding values that fall outside those limits.The reason I am doing this is I have two columns of data that I have stacked together, and I want to produce side by side box plots.
But whe...