Skip to contents

Implement Modular and Open-Source Health Economic Models

Programming syntax, a template model module and tools to help maintain a modular and open-source health economic model’s project documentation website. These elements are the foundation for a prototype software framework to support replicable and transferable health economic models. The software framework is extended by other R libraries. For detailed documentation about the framework and how to use it visit https://www.ready4-dev.com/. For a background to the methodological issues that the framework is attempting to help solve, see Hamilton et al. (2024) https://arxiv.org/abs/2310.14138.

To install the latest CRAN version of ready4, run the following commands in your R console:

utils::install.packages("ready4")

To install the latest development version of this software, run the following commands in your R console:

utils::install.packages("devtools")

devtools::install_github("ready4-dev/ready4")