#### README
- The merged dataset (containing EMG data and self-reports for all participants) is available in the "data" folder as a csv file ("data_merged.csv").
- The "manuscript" folder" contains the paper, written in RMarkdown (the .Rmd file). This file contains the content of the paper (the text) but also all reproducible statistical analyses (in R). For convenience, this folder also contain a .tex and a .pdf version of the paper.
- The "scales" folder contains the questionnaires that we used during the experiment. Namely, the consent form, the CES-D (used to assess the level of depressive symptoms), the for Edinburgh Handedness Inventory and the RRS (trait rumination).
- The "scripts_experiment" folder contains the OpenSesame files that we used to program and run the experiment (one file per condition).
- The "signal_processing folder" contains the R srripts that we used to 1) process the EMG signals ("emg_processing.R"), 2) import and reshape the self-reports data from OpenSesame to R ("scales_processing.R") and 3) to run the sequential testing procedure ("sequential_testing.R").