ar_eogreg: Remove EOG using regression

Description Usage Arguments Author(s)

Description

Calculates and removes the contribution of eye movements to the EEG signal using least-squares regression.

Usage

1
2
3
4
5
6
7
ar_eogreg(data, heog, veog, bipolarize = TRUE)

## S3 method for class 'eeg_data'
ar_eogreg(data, heog, veog, bipolarize = TRUE)

## S3 method for class 'eeg_epochs'
ar_eogreg(data, heog, veog, bipolarize = TRUE)

Arguments

data

data to regress - eeg_data or eeg_epochs

heog

Horizontal EOG channel labels

veog

Vertical EOG channel labels

bipolarize

Bipolarize the EOG channels. Only works when four channels are supplied (2 HEOG and 2 VEOG).

Author(s)

Matt Craddock, matt@mattcraddock.com


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