<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Helvetica;color: #000000;font-size: 10pt;">
Hi Anne,<br>
<br>
To first do the analysis on separate groups, and then do an ANOVA on the resulting time-windows comparing the groups is double dipping.<br>
<br>
The simplest solution is to first do the cluster randomization test on all 3 groups together (i.e. treat them as 1 group), and compare the 2 conditions (so just a depsamplesT).<br>
Based on this you get a time-window & electrodes that show a difference between conditions.<br>
You then extract the subject means from this time-window&electrodes (meaning you get one value per subject per condition), and use these in an ANOVA to compare the different groups, and to look at the effect of the behavioral regressor.<br>
<br>
Alternatively, you can use the difference scores (condition 2- condition 1) as an input for the cluster randomization, with the three groups as between-subject factor (indepsamplesF).<br>
<br>
Best,<br>
<br>
Tineke<br>
<br>
<br>
<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF96078"><font face="Tahoma" color="#000000" size="2"><b>From:</b> fieldtrip-bounces@science.ru.nl [fieldtrip-bounces@science.ru.nl] on behalf of Anne Mickan [amickan1990@gmail.com]<br>
<b>Sent:</b> Monday, July 18, 2016 2:22 PM<br>
<b>To:</b> fieldtrip@science.ru.nl<br>
<b>Subject:</b> [FieldTrip] 3x2 ANOVA using permutation tests?<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">Dear fieldtrip community,
<div><br>
</div>
<div>I've been using cluster-based permutation tests to analysis my EEG data in which I have 3 groups and 2 conditions each. Ultimately I want to know whether groups differ from each other with respect to differences in conditions. In a traditional analysis
 I would do an ANOVA on preselected time-windows, but I haven't been able to figure out how to properly do that within the permutation test. </div>
<div><br>
</div>
<div>So far I simply did permutation tests for each of the groups separately. Then on the basis of these I choose windows for an ANOVA (and a regression analysis with some behavioral measures I acquired). Is that OK? Or is there a way to do the permutation
 tests for all groups together and add group as a between-subject factor (in addition to the within-subjects factor condition)? And would that be better / obligatory to do (instead of what I did so far). </div>
<div><br>
</div>
<div>How do I need to change the cfg.design in order to do that? </div>
<div><br>
</div>
<div>Thanks a lot in advance!</div>
<div><br>
</div>
<div>Best,</div>
<div>Anne </div>
</div>
</div>
</div>
</div>
</body>
</html>