Corentin Wicht
Corentin Wicht
I will have a close look in Fieldtrip and let you know, many thanks for your reply.
Dear Arnaud, I opened an [issue on Fieldtrip GitHub](https://github.com/fieldtrip/fieldtrip/issues/1536) and just got reply. According to [this tutorial](http://www.fieldtriptoolbox.org/faq/how_can_i_test_an_interaction_effect_using_cluster-based_permutation_tests/), it is actually possible to compute the interaction term using cluster-based permutation tests...
Many thanks Arnaud!
Changing argument in `facet_wrap` solved the issue raised above but generated a new one: ``` # Create plot p = ggplot(Data, aes(x = Data[[X]], y = Data[[Y]], fill=Data[[X]])) + geom_violin()...
@BKSteve is it possible to already try this 20240301 test package out? Best, C.
I agree, this would be great ! Any news on this?
Same issue here with Python 3.12... any fix yet?
Dear Armand, many thanks for such detailed responses. I realize that my second question was somehow confusing. I have been trying to follow Lubell recommendations (i.e. https://github.com/Mensen/ept_TFCE-matlab/issues/19) to run the...
Provided the X,Y,Z locations of the nodes inside the brain template, your function worked wonders: NodesLoc = 1×3908 struct array with fields: X Y Z [ChN] = ept_ChN2(NodesLoc, 1) returned:...