A Novel Decision Modeling Framework for Health Policy Analyses when Outcomes are Influenced by Social and Disease Processes
This repository contains code for the paper "A novel decision-modeling framework for health policy analyses when outcomes are influenced by social and disease processes" by Marika Cusick, Fernando Alarid-Escudero, Jeremy Goldhaber-Fiebert, and Sherri Rose (2026), Medical Decision Making. [Link].
We developed a novel decision-analytic modeling framework, social factors framework, to integrate social process into health policy simulation models. To demonstrate the value of our framework, we compared model results with and without our social factors framework for a simplified decision problem.
Run the following commands to set up the virtual conda environment with the necessary packages.
CONDA_CHANNEL_PRIORITY=flexible
conda env create -f environment.yml
conda activate sff-env
The following commands run our main results and outputs into the Results folder. The develop_cohort.py -n "cohort_size" script creates our cohort of 100,000 individuals. The run_model.py runs the standard model and standard model with our social factor framework under both the standard of care and the new treatment.
python code/python/develop_cohort.py -n "100000"
python code/python/parameters.py
python code/python/run_model.py
The quarto document manuscript_draft.qmd contains the latest draft of our working paper and up-to-date results.