Question about permutation t test

External Email - Use Caution

Hi all~
       I want to compare the spectral power of the two groups. I have done
the parametric independent t-test with FDR correction. but it seems that I
have too much time point for comparison.
      And I only find the permutation test for one sample and paired t-test
but did not find permutation test for independent t-test in MNE. How could
I do? or is there other non-parametric tests that I can do?
      best regards,

      Tao Xia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190109/0d2e4d6d/attachment.html

External Email - Use Caution

hi Tao,

if you use https://martinos.org/mne/stable/generated/mne.stats.permutation_cluster_test.html
and X is a list it will use an independent t-test.

HTH
Alex