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.

Datablocks

'datablocks'

This argument is optional. It is an array of strings containing the list of the selected trials for the computation of anova.
By default, all the trials are taken into account.

Example: <file> mega_anova_with_sub (......,'datablocks', {'trial0', 'trial1'}, ....) </file> will perform the analysis on 'trial0' and 'trial1' only :
Please note the use of '{ }' and ',' in {'trial0', 'trial1'}

Back