View source: R/05a_probabilistic_analysis_functions.R
generate_psa_params | R Documentation |
generate_psa_params
generates PSA input dataset by sampling decision
model parameters from their distributions. The sample of the calibrated
parameters is a draw from their posterior distribution obtained with the
IMIS algorithm.
generate_psa_params(l_params_all, seed = 20210202)
l_params_all |
List with all parameters of cost-effectiveness model. |
seed |
Seed for reproducibility of Monte Carlo sampling. |
A data frame with 18 columns of parameters for PSA. Each row is a parameter set sampled from distributions that characterize their uncertainty
generate_psa_params(l_params_all = load_all_params())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.