Use the Resampling Statistical Toolkit for inferential statistics
developThe Resampling Statistical Toolkit is a package within EEGLAB designed for inferential statistics using resampling methods (bootstrap and permutation). Data are organized into arrays, allowing multiple tests to be executed simultaneously across dimensions such as time, electrodes, and subjects.
Requirements
- Matlab: Required for all functions.
- Statistics Matlab Toolbox: Required only if performing parametric statistics. It is NOT required for resampling methods (bootstrap/permutation).
Data Organization
To run multiple tests at once, organize your data into arrays where the last dimension represents the subjects. For example, a design with 100 time points, 64 electrodes, and 10 subjects should be shaped as (100, 64, 10).