This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

cfg

This argument is required and contains information about the parameters that are used in the analysis (very similar to the configuration setting of Fieldtrip):

channel: indicates the category of channels included in the analysis: MEG or EEG
example: cfg.channel = {'EEG'};

latency :indicates the time window to use for the analysis
By default: cfg.latency = 'all'

clusteralpha
By default : cfg.clusteralpha = 0.05;

minnbchan
By default: cfg.minnbchan = 2;

tail
cfg.tail = 1;

clustertail
cfg.clustertail = 1;

alpha
cfg.alpha = 0.05;

numrandomization
cfg.numrandomization=1000;

Back

  • No labels