Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.73 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.73 KB

Introduction to NeuroblastomaPSM

GitHub release License: CC BY-NC 4.0 GitHub last commit GitHub commits GitHub top language GitHub repo size GitHub forks GitHub pages

The NeuroblastomaPSM (Neuroblastoma Partitioned Survival Model) package documents the cost-effectiveness of Dinutuximab Beta (Qarziba®) for the treatment of high-risk neuroblastoma patients after stem cell transplantation.

Installation

You can install the development version of NeuroblastomaPSM from GitHub with:

# install.packages("devtools")
devtools::install_github("W-Mohammed/NeuroblastomaPSM")

Building vignettes without installation

The vignettes are available in the package's website. However, the one can locally build the package vignettes by cloning the repository, restoring the renv library and building documents with:

# install.packages("renv")
renv::restore()
# install.packages("devtools")
devtools::document()