This microsimulation project aims to study the effects of various interventions on diabetes prevalence.
PI: Tom Hoerger Code: Rainer Hilscher
- Python 3.8+ (3.8 - 3.10 have been successfully tested)
- See requirements.txt for Python packages that need to be installed
- The analysis script in particular makes use of Pandas
- Use
python run-model.py [scenario name]
to execute the model - Scenario files need to be placed in the ./scenarios folder
- Custom built scenario files need to contain the exact same variables as the ones listed in the same scenario files
- Example: python run-model.py t2d-final-glyco_basic
- Example: python run-model.py t2d-final-glyco_basic --stages=analysis
- Possible stages: {population, simulation, analysis}