DepMod is an R package for modelling depression interventions using a health-economic simulation framework.
The package provides:
- A full simulation model implemented in R
- A Shiny application to run and explore the model interactively
The model supports evaluation of interventions for:
- Prevention of sub-clinical depression
- Treatment of mild, moderate, and severe depression
- Prevention of recurrent depression
You can install the development version of DepMod from GitHub with:
# install.packages("remotes")
remotes::install_github("yourusername/DepMod")