## Data
The `data/` directory contains he RDS data file needed for analysis in R (`sibilants_alldata.rds`), and a writeup of how this data file was generated from raw datasets (`sibilants_processing_osf.html`), which cannot be posted.
The dataset is an updated version of that used for the 2019 ICPhS paper, after bugs in data processing we caught after paper submission.
## Analysis
The `analysis/` directory contains a full writeup of the analyses reported in the ICPhS paper (`sibilants_icphs_analysis.html`), applied to the RDS data file.
## Models
`runModels.R` actually runs the statistical models reported in this writeup; the models are loaded in as part of the code (`sibilants_icphs_analysis.Rmd`) which generates the writeup.
The `.rds` files are the models (`lme4` linear mixed effects models).