View source: R/05a_probabilistic_analysis_functions.R
run_probsa | R Documentation |
run_probsa
runs a probabilistic sensitivity analysis (ProbSA) and
calculates cost and effectiveness outcomes.
run_probsa(df_psa_input, n_str = 2, parallel = FALSE)
df_psa_input |
Data frame with ProbSA input dataset . |
n_str |
Number of strategies |
parallel |
Run ProbSA in parallel |
A list containing ProbSA cost and effectiveness outcomes for each strategy
df_psa_input <- generate_psa_params(load_all_params())
run_probsa(df_psa_input, parallel = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.