knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

decisionSupportExtra

Travis Build
Status AppVeyor Build
Status Coverage
Status

Overview

The decisionSupportExtra pacakge provide additional functions to the decisionSupport package, particularly for facilitating expert elicitation for complex systems modelling under uncertainity. For example, the package provides facilities for formatting the output generated by the make_CPT as input for cptable. These can also be visualized (as plots) for further examinations and other usage.

Installation

decisionSupportExtra is at the early development stage, hence your inputs will be much appreciate. Yet, you can install the developement version using:

devtools::install_github("Issoufou-Liman/decisionSupportExtra") 

or

devtools::install_github("Issoufou-Liman/decisionSupportExtra", build_opts = c("--no-resave-data", "-no-manual"), force = TRUE)

to build the vignette from source.



Issoufou-Liman/decisionSupportExtra documentation built on Dec. 21, 2020, 6:28 p.m.