Detect components that load heavily on a single channel. Looks for components that have one particular channel that has a particularly high z-score.
ar_chanfoc(
data,
plot = TRUE,
threshold = NULL,
verbose = TRUE,
measure = "max",
...
)
A character vector of component names that break the threshold.
Chaumon, M., Bishop, D.V., Busch, N.A. (2015). A practical guide to the selection of independent components of the electroencephalogram for artifact correction. J Neurosci Methods. Jul 30;250:47-63. doi: 10.1016/j.jneumeth.2015.02.025
demo_sobi <- run_ICA(demo_epochs, pca = 10)
#> Reducing data to 10 dimensions using PCA.
#> Running SOBI ICA.
#> Setting tolerance to 0.0011
ar_chanfoc(demo_sobi)
#> Estimated threshold: 2.95
#> Components with high channel focality:
#> character(0)