Readme
For running the scripts, you'll need R-studio.
The scripts have names that show the order of running them. The include several packages you may need to install.
They assume they are all together in a single directory and they will look for the following sub-directories (that you need to create by hand):
- exp-data/ => this is where all the csv data from the study should go. For now we keep the pilots. You can see how to remove pilots in 1-read-...
- results/ => the scripts will add results here. The main results files (CI and means) will be here under the names "error_analysis diffs.csv", "error_analysis means.csv", "time_analysis diffs.csv", "time_analysis means.csv". The other files create aggregated tables we may need for plotting distributions
- plots/ => the scripts will add charts here. The main results plots will be "error_means.pdf", "error_diffs.pdf", "time_means.pdf" and "time_diffs.pdf"