## File structure
- `analysis`: contains the `analysis.R` script for reproducing the analyses and plots of the paper
- `code`: contains the Praat script `get-durations.praat` which extracts the measurements from the audio and annotation data, and the R script `prepare-data.R` which processes the extracted measurements (the output is saved in `data/duration_data.Rdata`)
- `data`: contains the audio files, annotations, and datasets of the study
- `metadata`: contains the data dictionary, list of file types, a data summary produced with the `summarytools` package, and the session info of the R session used to produce the analyses and plots