- MNE-Python version: 0.22.0
- operating system: win10
Please also provide relevant code snippets β ideally a minimal working example (MWE). To get the correct formatting, paste your Python code, then select it, and click on the Preformatted text toolbar button.
Please edit or remove the above text before submitting your posting.
Hi,
I am using the permutation_cluster_test, which is an amazing function.
However, the arg threshold in this function seems a little bit weird. Because we usually interested in the p-value instead of the F-value or t-value.
After checking the relevant code in mne package, I figured it out how to set threshold for specific p-values. However, I recommend the mne team could replace the threshold with p-values threshold. Or, maybe you guys could provide an external argument for the p-values threshold.
Hope you find my suggestion useful.
Again, thanks for your amazing work.