The common sim functions contain functions that every simulation uses. The analyst algorithms are the seven algorithms from the paper.
Each simulation's data-generating function and performance calculations are in the corresponding "...functions.R" code, and the code to run all combination of conditions are contained in the file that is just the name of the data-generating model. So the code in "normal errors functions.R" contains the functions for the simulation, and "normal errors.R" will run all conditions of the normal errors piece of the simulation.
This simulation requires installation of tidyverse, ARPobservation, furr, and future.