Description Usage Arguments Value Examples
View source: R/estimate_tree.R
This function estimates final payoffs from a decision tree object.
1 | estimate_tree(tree, payoffs = NULL)
|
tree |
a decision tree/graph object generated by create_tree() |
payoffs |
a list of cost/effect column names to use during estimation |
list with tree outcomes (pathprobabs, payoffs, weighted payoffs)
1 | results <- estimate_tree(tree, c("cost","effect"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.