Hi Caroline,<br><br>It looks like your call is missing<br><br>cfg.correctm = 'cluster';<br>cfg.tail = 0;<br><br>Those are both options that I include when I do it; I'm not sure if not having those might be what's giving you the error message.<br>
<br>Best,<br>Steve<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Message: 2<br>
Date: Tue, 13 Nov 2012 08:02:22 +0000<br>
From: Lustenberger Caroline <<a href="mailto:Caroline.Lustenberger@kispi.uzh.ch">Caroline.Lustenberger@kispi.uzh.ch</a>><br>
To: FieldTrip discussion list <<a href="mailto:fieldtrip@science.ru.nl">fieldtrip@science.ru.nl</a>><br>
Subject: Re: [FieldTrip] Cluster statistics<br>
Message-ID:<br>
        <<a href="mailto:7C66D90E0C18014E85B44B560D4D5BC81488F447@EXZH1VM.kispi.int">7C66D90E0C18014E85B44B560D4D5BC81488F447@EXZH1VM.kispi.int</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Dear Stephen<br>
<br>
Thank you, It now perfectly works, but I always get this warning I'm not sure how to handle that:<br>
<br>
Warning: doing a two-sided test without correcting p-values or alpha-level,<br>
p-values and alpha-level will reflect one-sided tests per tail<br>
<br>
<br>
cfg.clusteralpha = 0.05;<br>
<br>
cfg.alpha = 0.05;<br>
<br>
cfg.clustertail = 0;<br>
<br>
When I want to test whether my data is significant different (direction not known, therefore two sided) with an alpha level <0.05 do I have to adjust my level to 0.025?<br>
<br>
All the Best, Caroline<br></blockquote></div><br>