Permutation cluster test

External Email - Use Caution

Hi!
In the tutorial for mne.stats.permutation_cluster_test, it is said that
"some statistics" is calculated. What exactly is "some statistics", and if
it differs in between experimental settings, how can you find out which
test that was actually used?

Best,
Karin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20181221/0141bda4/attachment.html

External Email - Use Caution

hi,

look at the stat_fun parameter

https://martinos.org/mne/stable/generated/mne.stats.permutation_cluster_test.html

by default it uses
https://martinos.org/mne/stable/generated/mne.stats.f_oneway.html#mne.stats.f_oneway

HTH
Alex