treeSimR

Build Status AppVeyor build status Coverage status experimental

options(width = 1000)

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Introduction

An R package for easy, robust forward simulating probability decision trees, calculating cost-effectiveness and probability sensitivity analysis (PSA).

Currently contains functions to:

TODO

The package leans heavily on the data.tree package, (introduction here and examples here ).

Installing treeSimR

To install the development version from github:

library(devtools)
install_github("n8thangreen/treeSimR")

Then, to load the package, use:

library("treeSimR")

See package Vignettes for more details and examples.

For plotting functions (e.g. C-E plane, C-E curve, risk profile (with uncertainty), tornado, spider, ...) see the plotCostEffectiveness package.

License

GPL-3 ©



n8thangreen/treeSimR documentation built on Feb. 20, 2022, 11:54 a.m.