oat {dexisensitivity} | R Documentation |
OFAT Sensitivity Analysis
Description
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.
Usage
oat(tree, option)
Arguments
tree |
|
option |
Initial configuration for |
Value
A matrix
depicting the assessment outcomes for every attribute
in the Tree
, corresponding to diverse parameter alterations.
Examples
tree <- dexisensitivity::masc2
optionOAT <- create_options(tree, 1)
results <- oat(tree, optionOAT)
[Package dexisensitivity version 1.0.1 Index]