This project has three sub-folders:
**Data** contains data from the current experiment. It is subdivided into two folders:
- *Eye-tracking* contains eye-tracking reports from EyeLink
- *Behavioral* contains behavioral data from the main experiment
- *Pretest* contains behavioral log files for each participant, documenting their button-press responses during the pretest
**Materials** contains two zip-files with the audio files and images used during the experiment.
**Scripts** contains the R analysis scripts that were used to run the mixed effects models reported in the paper.
- *preprocessing.R* reads in and formats the eye-tracking, behavioral and pretest data
- *figures.R* contains R code to reproduce all data plots in the paper
- *analysis.jl* contains code to reproduce the mixed effects models in julia
- *analysis.R* contains code for an additional pooling-based statistical analysis suggested by an anonymous reviewer.
**IMPORTANT!** To reproduce the analyses, make sure to put the (unzipped) Data and Scripts folders in the same folder (doesn't matter what this folder is called). The R project should be in the Scripts folder. Make sure to always start by opening the R project and then loading any scripts you want to run. This way the folder with the R project will be set as the working directory and will help with loading/ saving commands working properly.