This project inlcudes an agent-based labour market model coded in NetLogo that is used to investigate the effects of the internet on the job market. The R package nlrx
was used to link NetLogo to R. The project was submitted as my undergraduate dissertation project at the University of Warwick. See final report to understand the math and the result.
- In the model folder is the
NetLogo
code that runs the model. - In the calibration folder is the
R
code for a genetic algorithm that calibrates the parameters of the model. - In the simulation folder is the
R
code for the monte carlo simulations of the model, which should be run with the calibrated parameters. - In the analysis folder is the
R
code to analyse the data (also in the folder) and to generate the graphs seen in the final report.