View source: R/run_cedectree.R
run_cedectree | R Documentation |
Wrapper for 'dectree()' for both costs and health value.
run_cedectree( dat_long, label_probs_distns = NULL, label_costs_distns = NULL, label_health_distns = NULL, state_list = NULL, n = 100 )
dat_long |
Long format data frame with from, to, prob, vals columns. |
label_probs_distns |
Probability distribution names |
label_costs_distns |
Cost distribution names |
label_health_distns |
Health value distribution names |
state_list |
State list sets, usually terminal nodes |
n |
Number of PSA samples; default 100 |
List of cost, health 'dectree()' output
dectree
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.