<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=NL link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi Kristen,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>If you supply ft_timelockstatistics with data containing multiple channels it will always “correct” (this is not the best word to denote what the method does, but let’s use it anyhow) for the number of channels. By requesting not to do clustering in space you just achieve that a clusters are computed in a different way (ie, assuming that the channels measure functionally independent signals). <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>If you do not want correction for multiple channels, then you must analyze the data per channel, as you did for Elec11. If you have a low number of channels, then you could combine the permutation-based p-value with regular Bonferroni correction (dividing the critical alpha-level by the number of channels).<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Good luck,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Eric Maris<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Kristen Berry [mailto:kkb268@nyu.edu] <br><b>Sent:</b> vrijdag 2 mei 2014 22:41<br><b>To:</b> fieldtrip@science.ru.nl<br><b>Subject:</b> [FieldTrip] ft_timelockstatistics cluster correction using ECoG data<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Dear all,</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>I am using an intracranial EEG dataset to compare average high gamma power waveforms between conditions. I want to correct for multiple comparisons across time, but not across number of electrodes. Here is my input code:</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg=[];</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.latency = [0.05 .5];</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.parameter = 'trial';</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.method = 'montecarlo';</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.correctm = 'cluster';</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.neighbours = [];</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.numrandomization = 1000;</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.statistic = 'indepsamplesT';</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.channel = ‘all’;</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.alpha = 0.05;</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.clusteralpha = 0.05;</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>cfg.tail = 0;</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>stats = ft_timelockstatistics(cfg, data,control); </span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Fieldtrip’s montecarlo reference page (</span><a href="http://fieldtrip.fcdonders.nl/reference/ft_statistics_montecarlo" target="_blank"><span style='font-family:"Calibri","sans-serif"'>http://fieldtrip.fcdonders.nl/reference/ft_statistics_montecarlo</span></a><span style='font-family:"Calibri","sans-serif";color:black'>) says, “If you specify an empty neighbourhood structure, clustering will only be done in frequency and time (if available) and not over neighbouring channels.”</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>However, my input code corrects for the number of channels as well. As an example, when cfg.channel = ‘all’ for ft_timelockstatistics, then Elec11 is not significant. However, if the analysis is limited to Elec11 (cfg.channel = 11), then Elec11 has a significant cluster.</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Is there a mistake in my code that is causing this? Or is there an older version of fieldtrip that doesn’t correct for # of channels, when cfg.neighbours is empty? Thank you for your input!</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Best regards,</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Kristen</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Kristen Berry</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>Research Assistant</span><o:p></o:p></p><p class=MsoNormal><span style='font-family:"Calibri","sans-serif";color:black'>NYU School of Medicine</span><o:p></o:p></p></div></div></div></body></html>