Hi experts,
My research involves the comparison between two conditions across two independent subject groups, which I believe to be a 2x2 research design.
Currently I have conducted 2 separate test, one for each subject group, to look at the difference between the conditions within each subject group.
This is done using mne.stats.permutation_t_test on the difference waves of the two conditions (mne.combine_evoked ([condition a, condition b], weights=[1,-1]), in each subject group.
From my understanding of the tutorials and manual, this seems to be a permutation paired t-test.
However I am also interested in finding the between subject group effect of condition a - b. I believe that I will need to carry out a permutation 2 sample t-test, which is not supported by mne.stats?
Another effect that I am interested is the interaction between subject group and condition, how can I test for that using non-parametric stats across the sensors using mne?
Lastly, I just want to verify my understanding that testing the difference between condition a-b and condition b-a is the same regardless of paired or two sample t-test?
Thank you sooo much!!!
Regards,
Vae