craddm / eegUtils

An R package for processing and plotting of electroencephalography (EEG) data
https://craddm.github.io/eegUtils/
Other
105 stars 27 forks source link

check how `rm_baseline()` behaves with `eeg_group` #105

Closed craddm closed 2 years ago

craddm commented 3 years ago

At the moment, this is because it takes the grand average for each epoch, instead of participant specific averages. So it's fine overall but not correct for individual subjects. Fixed for eeg_tfr, now needs fixing for eeg_epochs.

craddm commented 3 years ago

Seems to be behaving itself now...!

craddm commented 2 years ago

same issue reoccurring

craddm commented 2 years ago

May be a particular issue with eeg_tfr and type = "divide"

craddm commented 2 years ago

fixed in latest commit