ar_FASTER: FASTER EEG artefact rejection

Description Usage Arguments Methods (by class) Author(s) References Examples

View source: R/artefact_rejection.R

Description

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. Not yet fully implemented.

Usage

1
2
3
4
5
6
ar_FASTER(data, ...)

## S3 method for class 'eeg_epochs'
ar_FASTER(data, exclude = NULL, ...)

eeg_FASTER(data, ...)

Arguments

data

An object of class eeg_epochs

...

Parameters passed to FASTER

exclude

Channels to be ignored by FASTER.

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com

References

Nolan, Whelan & Reilly (2010). FASTER: Fully Automated Statistical Thresholding for EEG artifact Rejection. J Neurosci Methods.

Examples

1

kusumikakd/EEG documentation built on June 28, 2020, 12:30 a.m.