/darthtools

Tools for building decision models for health technology assessment.

Primary LanguageRMIT LicenseMIT

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 RStudio
  • Install devtools to install darthtools as a package and modify it to generate your own package
# 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/