Description
Decision-Analytic Modelling for Depression Prevention and Treatment.
Description
Provides functions and example datasets to run a decision-analytic model for prevention and treatment strategies across depression severity states (sub-clinical, mild, moderate, severe, and recurrent). The package supports scenario analyses (base and alternative inputs) and summarises outcomes such as coverage, adherence, effect sizes, and healthcare costs.
README.md
DepMod
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
Installation
You can install the development version of DepMod from GitHub with:
# install.packages("remotes")
remotes::install_github("yourusername/DepMod")