Publications by Alvaro Rivera-Rei

Oddball PeMyCreP

27.03.2023

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) library(readxl) exclude_bad_eeg <- TRUE theme_set( theme_minimal() ) a_posteriori <-...

15634 sym 12 img

Frontal Alpha Asymmetry PeMyCreP

27.03.2023

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) library(readxl) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_...

34041 sym Python (79494 sym/133 pcs) 35 img

Frontal Alpha Power Asymmetry, PeMyCreP

21.03.2023

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05) { ...

34516 sym Python (97859 sym/136 pcs) 35 img

Sensorial Metacognition, Gabor pattern detection

19.10.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(GGally) theme_set( theme_minimal() ) master_dir <- '~/Insync/Drive/00EEG/Proyectos/Huepe/fdcyt_2017/gabormeta_huepe/behavioural' data_dir <- paste(master_dir, 'results', s...

8505 sym 4 img

Auditory OddBall P3, PeMyCreP

29.10.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05) {...

18049 sym 16 img

Frontal Alpha Power Asymmetry, FONDECYT 2017

01.11.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05) {...

36060 sym Python (84596 sym/148 pcs) 37 img

P3 from Auditory OddBall Task, FONDECYT 2017

02.11.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05) {...

19560 sym 12 img

BAD Frontal Alpha Power Asymmetry, FONDECYT 2017

15.11.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05) {...

25908 sym 21 img

Count COP, ECG & EDA

16.11.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(dplyr) master_dir <- '~/Insync/OneDrive_shared/Fondecyt_Emociones_Estabilometria' data_dir <- paste(master_dir, 'data', sep = '/') all_data_name <- paste(data_dir, 'all_data_raw.csv', sep='/') all_data_raw <- rea...

3288 sym

COP Recurrence, Parkinson & Elder

17.11.2022

cat("\014") # clean terminal rm(list = ls()) # clean workspace try(dev.off(), silent = TRUE) # close all plots library(afex) library(emmeans) library(ggplot2) library(ggridges) library(ggdist) library(dplyr) library(reshape2) library(GGally) library(forcats) theme_set( theme_minimal() ) a_posteriori <- function(afex_aov, sig_level = .05)...

13644 sym Python (18333 sym/79 pcs) 14 img