Hi
I have 4 different lots (A,B,C,D) and each lot contains 24 containers and each container is tested 3 times so I have 72 samples for testing. I am trying to come up with a sampling plan in which I have to test less number of samples so I want to compare statistical power of the following sampling plans:
Case 1: test all samples (n=24x3)
Case 2: test every other container (n= 12x3)
Case 3: test every 3rd container (n=8x3)
Case 4: test every 4th container (n= 6x3)
Case 5: test alternate container twice (n=12x2)
What is the easiest way to solve this with JMP? Do I need JSL script for this ?