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.
install.packages("devtools")
)library(devtools)
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)