oat | R Documentation |
Executes a One-Factor-At-A-Time (OFAT) sensitivity assessment by undertaking simulations while varying individual factors. During each simulation, all factors are maintained constant save for one.
oat(tree, option)
tree |
|
option |
Initial configuration for |
A matrix
depicting the assessment outcomes for every attribute
in the Tree
, corresponding to diverse parameter alterations.
tree <- dexisensitivity::masc2
optionOAT <- create_options(tree, 1)
results <- oat(tree, optionOAT)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.