<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;">
<p>Hi Fieldtrippers,<br>
</p>
<p><br>
</p>
<p>I have been working on source statistics after source analysis on surfaces using MNE.<br>
</p>
<p>I used the following configuration;<br>
</p>
<p><br>
</p>
<p></p>
<div>% run statistics over subjects %</div>
<div>cfg=[];</div>
<div><span style="font-size: 12pt;">cfg.latency         = [0 0.7]; %s</span><br>
</div>
<div>cfg.avgovertime = 'no';</div>
<div>cfg.method        = 'montecarlo';</div>
<div>cfg.statistic        = 'ft_statfun_depsamplesT';</div>
<div>cfg.parameter    = 'pow';</div>
<div>cfg.correctm                = 'cluster';<br>
</div>
<div>cfg.numrandomization = 100;</div>
<div>cfg.alpha       = 0.05; % note that this only implies single-sided testing</div>
<div>cfg.tail        = 0;</div>
<div><br>
</div>
<div>cfg.tri         = sourcespace.tri;</div>
<div><br>
</div>
<div>nsubj=numel(all_source_intact);</div>
<div>cfg.design(1,:) = [1:nsubj 1:nsubj];</div>
<div>cfg.design(2,:) = [ones(1,nsubj) ones(1,nsubj)*2];</div>
<div>cfg.uvar        = 1; % row of design matrix that contains unit variable (in this case: subjects)</div>
<div>cfg.ivar        = 2; % row of design matrix that contains independent variable (the conditions)</div>
<div><br>
</div>
<div>stat = ft_sourcestatistics(cfg, all_source_condA{:}, all_source_condB{:});</div>
<div>save('stat_cluster.mat', 'stat');<br>
</div>
<p><br>
</p>
<p><br>
</p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt">%----
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt"><br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt">I wanted to know if there are other options typically set when I do sourcestatistics on surfaces.<br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt"><br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt">Any guide would be helpful.<br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt"><br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt">Thank you.<br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt">Rajat<br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri; font-size:12pt"><br>
</div>
<div name="divtagdefaultwrapper" style="font-family:Calibri"><font size="2">Rajat Mani Thomas</font></div>
<div name="divtagdefaultwrapper" style="font-family:Calibri"><font size="2">Social Brain Lab<br>
</font>
<div><font size="2">Netherlands Institute for Neuroscience</font></div>
<div><font size="2">Amsterdam</font></div>
</div>
</div>
</div>
</body>
</html>