Hi! I have a problem running this subroutine on arrays. I have 4 arrays @arr1, @arr2, @arr3, @arr4.
I am trying to use the T-test subroutine to compare the statistical significance of these arrays.
select FILEW2;
&t_test(@arr1, @arr2), &t_test(@arr1, @arr3), &t_test(@arr1, @arr4)...