Skip to content

DARTH-git/darthtools

Repository files navigation

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/

About

Tools for building decision models for health technology assessment.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages