10

All other things being equal is there ever a time when a t-test would be preferable to a permutation test? Computational time may be one reason, but for our purposes assume it does not matter.

Isn't permutation test a superior option in this case?

WCMC
  • 1,058
  • 2
    @StephanKolassa Well, I don't think so. That question is focusing on typical nonparametric tests, not specifically the permutation test. For example, there are many situations where a corresponding nonparametric test is not available, e.g. for two-way mixed ANOVA interaction effect. So the answer to that question would be "No". But the permutation test could do the job, by simply permuting labels and calculate the extremeness of the statistic using real data. I am posting this question for the permutation test only. Besides, there was not a lot of discussion on permutation test there,. – WCMC Mar 17 '20 at 15:53
  • A permutation test just gives the p-value. The t-test provides more information - that's perhaps one reason. – Jeremy Miles Mar 17 '20 at 16:49
  • Hi @JeremyMiles, thanks. But what information does the t-test give more than the permutation test? – WCMC Mar 17 '20 at 16:52
  • It gives a standardized effect size, via the t-statistic itself. – jbowman Mar 17 '20 at 18:43
  • @jbowman In my view, t-statistic is not a t-test. Besides, the permutation test can also use t-statistic, thus t-test does not give more information than permutation test w.r.t. t-statistic. – WCMC Mar 17 '20 at 18:47
  • Since the t-statistic is an essential part of the t-test, limiting "t-test" to "p-value" seems rather arbitrary. 2. You didn't specify that the permutation test referred to in your question was based on the t-statistic, might want to clarify that in the question.
  • – jbowman Mar 17 '20 at 18:55
  • 1
    I don't think it is necessary. The permutation test can use t-statistic, so the t-test does not give more information w.r.t t-statistic for the permutation test. Quesiton is, can we use permutation test (almost) always? – WCMC Mar 17 '20 at 18:59