bnicenboim / eeguana

A package for manipulating EEG data in R.
https://bnicenboim.github.io/eeguana/
Other
21 stars 9 forks source link

transmute doesn't keep the channel class #113

Open bnicenboim opened 5 years ago

bnicenboim commented 5 years ago

eeg_det %>% transmute_at(channel_names(.),list( ~ {lmer(. ~ 1 + (1|.recording)) %>% resid}))