evaluate_scenarios | R Documentation |
Evaluates multiple scenarios simultaneously using the evaluate_scenario
function.
Each scenario is represented as a column in the options_matrix
.
evaluate_scenarios(tree, options_matrix)
tree |
A |
options_matrix |
A |
A list
of numeric
vectors with evaluation results for each scenario.
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=3, seed = 42)
scenarios <- evaluate_scenarios(tree, option)
scenarios
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.