<div dir="ltr"><br clear="all"><div>Hello trippers.</div><div><br></div><div>I am trying to do<b> t-test</b> with <b>the power</b> derived from frequency analysis of two different groups. </div><div>The first group has 36 subjects, and the second group has 28 subjects. <br>
</div><div>I did the ft_freqanalysis with the Morlet wavelet, and made the<b> induced power</b> of gamma band. </div><div><br></div><div>After the plotting of the results, it looks like there might be a difference in the frequency range between [38 42], at the latency between [0.5 1] approximately.</div>
<div><br></div><div>So, I made a script as below.</div><div><br></div><div><div>cfg = [];</div><div>cfg.channel     = 'PZ'; % name of the electrode</div><div>cfg.latency     = [0.5 1];</div><div>cfg.trials = 'all';</div>
<div>cfg.frequency = [38 42];</div><div>cfg.avgoverchan = 'no';</div><div>cfg.avgovertime = 'yes';</div><div>cfg.avgoverfreq = 'no';</div><div>cfg.parameter   = 'powspctrm';</div><div><br></div>
<div>cfg.method      = 'analytic';</div><div>cfg.statistic   = 'indepsamplesT';</div><div>cfg.alpha       = 0.05;</div><div><br></div><div>cfg.design = [ones(1,36), ones(1,28)*2] ; % N x num of observations </div>
<div>cfg.ivar = 1;</div><div><br></div><div>stat = ft_freqstatistics(cfg, Induced_Ctrl_14{1:36}, Induced_CHR_14{1:28});<br></div></div><div><br></div><div><div>In terms of the structure of the result, there are five values in the stat, prob, mask and freq.<br>
</div><div>I think that each 5 values correspond with the frequency data point.</div></div><div><br></div><div>Is that script suitable for the test for the significance, especially avgovertime option 'yes'?</div><div>
<br></div><div>If I change the avgovertime option to 'no', then can I found the p-values for each frequencies(5 values), and each time point(51 values), in total 255 values that could have multiple comparison issue?</div>
<div> <br></div><div>And I thought the 'mask' values of 0 indicates 'statistically non-significance'. Is that right? <br></div><div><br></div>-- <br><div dir="ltr"><div><font face="arial, helvetica, sans-serif">BeomJun Min, M.D.</font></div>
<div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif"><span style="color:rgb(51,51,51);line-height:18px">Department of Medical System Engineering (DMSE)<br></span><span style="color:rgb(51,51,51);line-height:18px">Gwangju Institute of Science and Technology (GIST)</span><span style="color:rgb(51,51,51);line-height:18px"> </span><span style="color:rgb(51,51,51);line-height:18px"><br>
261 Cheomdan-gwagiro(Oryong-dong), Buk-gu, Gwangju <br>500-712, Republic of Korea (South) <br>Phone: +82-62-715-3266 / Fax: +82-62-715-3244 <br>E-mail: </span><a href="mailto:mbj0310@gmail.com" style="text-decoration:none;line-height:18px" target="_blank"><span>mbj0310@gmail.com</span></a><span style="color:rgb(51,51,51);line-height:18px">, <a href="http://bmssa.gist.ac.kr/" style="text-decoration:none" target="_blank">http://bmssa.gist.ac.kr</a></span></font><br>
</div></div>
</div>