View source: R/sensitivity_index.R
si_dexi | R Documentation |
Computes the Sensitivity Index (SI) for each node within a specified decision tree.
si_dexi(
tree,
file_name = "SI_out.csv",
is_file = FALSE,
avoid_repetition = FALSE
)
tree |
A |
file_name |
|
is_file |
|
avoid_repetition |
|
A list containing the Sensitivity Indices for every node in the tree.
tree <- dexisensitivity::masc2
sensitivity_index <- si_dexi(tree)
sensitivity_index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.