eeg_ica_var_tbl | R Documentation |
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)
.data |
An |
... |
Not in use. |
.max_sample |
The maximum number of samples to use for calculating the variance explained. |
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.
A table with the variance explained by each component in each recording.
Other ICA functions:
eeg_ica_cor_tbl()
,
eeg_ica_keep()
,
eeg_ica_show()
,
eeg_ica_summary_tbl()
,
eeg_ica()
,
plot_components()
Other summary functions:
count_complete_cases_tbl()
,
eeg_ica_cor_tbl()
,
eeg_ica_summary_tbl()
,
summaries
,
summary.eeg_lst()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.