eeg_ica_summary_tbl | R Documentation |
This function generates a table with the variance explained by each ICA component, and the correlations between ICA components and EOG channels. See more details in eeg_ica_cor_tbl and eeg_ica_var_tbl.
eeg_ica_summary_tbl(.data, ...)
.data |
An |
... |
If left empty, the function will assume that EOG channels include eog/EOG in their names, alternatively, EOG channels can be selected here. |
A table with the variance explained by each component, and the correlation between EOG channels and each components in each recording.
Other ICA functions:
eeg_ica_cor_tbl()
,
eeg_ica_keep()
,
eeg_ica_show()
,
eeg_ica_var_tbl()
,
eeg_ica()
,
plot_components()
Other summary functions:
count_complete_cases_tbl()
,
eeg_ica_cor_tbl()
,
eeg_ica_var_tbl()
,
summaries
,
summary.eeg_lst()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.