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.
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")
darthtools
from GitHub with:devtools::install_github("DARTH-git/darthtools")
library(darthtools)
The main website of the package could be found in: https://darth-git.github.io/darthtools/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.