Scripting Equivalence Test: Equivalence Test function not evaluating variance type from a list
Hello! Attached is a script that is automating equivalence testing in JMP on the example Auto Raw Data set (both script and data attached). My issue is line 27 of my script where I am specifying the variance type in the Equivalence test function. The equivalence test function is: tostv = {"Pooled Variance", "Unequal Variances"};
...
ksd = {12,275};
Equivalence Tests(
ksd[i],
0.05,
tostv[i], //