<div dir="ltr"><div><br></div><div>Dear trippers, </div><div><br></div><div>I am not sure about my script for one-way ANOVA design. </div><div><br></div><div>I have searched in the discussion list, but I cannot find. </div>
<div><br></div><div>What I want to compare is F-statistics with different three groups, not interaction effect by now. </div><div><br></div><div>cfg = [];<br></div><div>cfg.channel     = 'all'; </div><div>cfg.neighbours = neighbours;</div>
<div>cfg.latency     = [0.2 0.3];</div><div>cfg.trials = 'all';</div><div>cfg.frequency = [32 32]; <br></div><div>   </div><div>cfg.avgoverchan = 'no';</div><div>cfg.avgovertime = 'no';</div><div>cfg.avgoverfreq = 'no';</div>
<div>cfg.parameter   = 'powspctrm';</div><div><br></div><div>cfg.method      = 'montecarlo'; </div><div>cfg.statistic   = 'indepsamplesF';</div><div>cfg.alpha       = 0.05;</div><div>cfg.clusterstatistic = 'maxsum';</div>
<div>cfg.minnbchan        = 2;</div><div>cfg.tail             = 1;</div><div>cfg.clustertail      = 1;</div><div><br></div><div>cfg.correctm    = 'cluster'; </div><div>cfg.numrandomization = 1000;<br></div><div><br>
</div><div>cfg.design = [ones(1,36), ones(1,34)*2, ones(1,28)*3] ; % N x num of observations </div><div>cfg.ivar = 1;</div><div><br></div><div>stat = ft_freqstatistics(cfg, A_zscore{1:36}, B_zscore{1:34}, C_zscore{1:28});</div>
<div><br></div><div>Is that script right? </div><div><br></div><div>Especially, I am not sure that the design, and tail parameters (right-sided tail in the code) are correct. </div><div><br></div><div>With regards</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>