Read sensitivity analysis output
Arguments
- ctrl
list; of controls for sensitivity analysis function created using the
create_control
function. See create_control for more details.- file_name
The name of the output file. If
ctrl
is provided, this argument is ignored.- file_dir
The directory of the output file. If
ctrl
is provided, this argument is ignored.- sim_id
A vector of simulation IDs to read.
- R
Positive integer, number of bootstrap replicas. Default is NULL.
- boot
Logical. If TRUE, the function bootstraps the Sobol' indices. If FALSE, it provides point estimates. Default is
boot = FALSE
.