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.
- Install RStudio
- Install
devtools
to installdarthtools
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")
- Install the development version of
darthtools
from GitHub with:
devtools::install_github("DARTH-git/darthtools")
- 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/