Scripting Help Requested - Making a simulator for Type 1 errors in equivalence testing
Hi All, I'm trying to write a script that will generate a random dataset (n=3 reference and test measurements) and then run a simulation with some number (1000 or whatever). For each set I'll run an equivalence test and I'd like the output to be a report/table with the frequency of events where equivalence was demonstrated. The goal of this tool will be to give a probability of type 1 errors g...