Hello guys,
I want to use the fisher exact test to two independant samples. My problem is with that function :
Code:
tabulate v`t' vvect ,exact(1000)
it takes me like 4 hours to execute my test on a dataset of 128 variables and all of them own 1024 observations.
That's pretty long and i wonder if someone know an other way to do that test in a faster way ?