Skip to contents

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()