ar_FASTER | R Documentation |
An implementation of the FASTER artefact rejection method for EEG by Nolan, Whelan & Reilly (2010) FASTER: Fully Automated Statistical Thresholding for EEG artifact Rejection. J Neurosci Methods.
ar_FASTER(data, ...) ## S3 method for class 'eeg_epochs' ar_FASTER( data, exclude = NULL, test_chans = TRUE, test_epochs = TRUE, test_cine = TRUE, ... ) ## S3 method for class 'eeg_group' ar_FASTER( data, exclude = NULL, test_chans = TRUE, test_epochs = TRUE, test_cine = TRUE, EOG = NULL, ... ) eeg_FASTER(data, ...)
data |
An object of class |
... |
Parameters passed to FASTER |
exclude |
Channels to be ignored by FASTER. |
test_chans |
Logical. Run tests of global channel statistics |
test_epochs |
Logical. Run tests of globally bad epochs. |
test_cine |
Logical. Run tests for locally bad channels within epochs. |
EOG |
names of EOG channels to be used when computed maximum EOG values. |
An eeg_epochs
object with artefact correction applied.
eeg_epochs
: Run FASTER on eeg_epochs
eeg_group
: Run FASTER on eeg_group
objects
Matt Craddock matt@mattcraddock.com
Nolan, Whelan & Reilly (2010). FASTER: Fully Automated Statistical Thresholding for EEG artifact Rejection. J Neurosci Methods.
ar_FASTER(demo_epochs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.