,

This function shows the variance explained by each ICA component following the approach of the matlab function ....

eeg_ica_var_tbl(.data, ..., .max_sample = 1e+05)

Arguments

.data

An eeg_ica_lst object

...

Not in use.

.max_sample

The maximum number of samples to use for calculating the variance explained.

Value

A table with the variance explained by each component in each recording.

Details

If the dataset is large, this function can take very long to run. Setting a maximum number of samples (max_sample) will speed up the calculations by downsampling the data.