Dear Fieldtrip Users, <div><br></div><div>im actually trying to do a correlation analysis between frequency power and behavioral results.</div><div>The problem is when i change the design matrix containing the classical independent variables to behavioral scores, as indicate in the walktrough section of the fieldtrip website : </div>
<div><br></div><div>cfg.design = [ .1 .2 .4 .3 etc...];</div><div>cfg.ivar = 1;</div><div><br></div><div>Then, Matlab gives me the following errors:</div><div><br></div><div>??? Error using ==> statfun_indepsamplesF at 55</div>
<div><div>Invalid specification of the independent variable in the design array.</div><div><br></div><div>Error in ==> statistics_montecarlo at 241</div><div>  [statobs, cfg] = statfun(cfg, dat, design);</div><div><br>
</div><div>Error in ==> statistics_wrapper at 285</div><div>    [stat, cfg] = statmethod(cfg, dat, cfg.design, 'issource',issource);</div><div><br></div><div>Error in ==> ft_freqstatistics at 127</div><div>  [stat, cfg] = statistics_wrapper(cfg, varargin{:});</div>
</div><div><br></div><div>Does anyone have an example of a script for such analysis that works?</div><div><br></div><div>Thanks, </div><div><br></div><div>Rodolphe.</div>