[JSL] Script for Two-One Side T-Test on a large number of metrics
Hello All,I would like to write a JSL script to automate a TOST (Two-One Side T-Test) on a large number of metrics (500+).The TOST works by pair of “levels”, so working with 2x levels is easy, because it requires only 1x row per “pair”.I already wrote a script that works well for 2x levels by generating a “Combined data table” and adding more columns with formula to it, which end up with the resul...