EMODAnalyzeR seeks to share, scale, document, and test common research code. This package intends to help members of the Bershteyn Lab and anyone using EMOD-HIV analyze results of emod. This package was developed by members of the Bershteyn lab and Edinah Mudimu.
- Make sure you are running R 4.2 or greater
- Make sure you have devtools installed (if not, run
install.packages("devtools")) - Run
library(devtools) - Run
install_github("BershteynLab/EMODAnalyzeR")
library(EMODAnalyzeR)
data = read.simulation.results(<path to runscenarios output folder>, 'Baseline', c("Infected", "Population"), min_age_inclusive = 15, max_age_inclusive = 49)
plot.prevalence(data, 2000, 2040)