Post hoc pair-wise comparison after m-way repeated measures ANOVA

External Email - Use Caution

Dear list,

I was wondering if post hoc pair-wise comparisons for m-way repeated measures ANOVA are implemented in MNE-Python. I failed to find any hints from documents related to m-way RM-ANOVA. But I would assume post hoc tests are routinely done after ANOVA. So I hope this would have been implemented as well... Or do people carry out multiple one-sample T-tests for all possible contrasts using their own codes?

Best,
-SG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20200421/86f94669/attachment.html

External Email - Use Caution

Hi SG,

no we do not have any specific tool for post-hoc tests.
I fear you will need to proceed in pedestrian's mode or recruit
extra-functionality via statsmodels, R, etc.

Best wishes,
Denis