*Background* - I conducted an EEG hyper-scanning experiment with 3
experimental groups and two repeated measures.
In order to examine the connectivity between the participants, I
concatenated both participants' caps (31 channels each) to be one 62
channel cap.
For each repeated task, using the function
mne.connectivity.spectral_connectivity
<https://martinos.org/mne/stable/auto_examples/connectivity/plot_sensor_connectivity.html>,
I
calculated the connectivity between the participants.
sorry for the late reply. Unfortunately I don't think the current implementation
allows to have such advanced shuffling schemes to construct the permutations.
In order to test the interaction term you could probably just run a 3-way ANOVA (3 groups) on the post-pre difference. If you are interested in the mixed ANOVA, it should be possible in Eelbrain (https://eelbrain.readthedocs.io/en/stable/reference.html#module-testnd) let me know if you want to try that and need help getting your data in the right format.