darthtools

darthtools is an R package that contains tools developed by the Decision Analysis in R for Technologies in Health (DARTH) workgroup to construct model-based cost-effectiveness analysis in R.

Preliminaries

# Install release version from CRAN
install.packages("devtools")

# Or install development version from GitHub
# devtools::install_github("r-lib/devtools")

Usage and installation

  1. Install the development version of darthtools from GitHub with:
devtools::install_github("DARTH-git/darthtools")
  1. Load all the functions and data from the repository by typing
library(darthtools)

The main website of the package could be found in: https://darth-git.github.io/darthtools/