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(n_sim = 1000, seed = 20190220)
n_sim |
Number of PSA samples. |
seed |
Seed for reproducibility of Monte Carlo sampling. |
A data frame with n_sim
rows and 15 columns of parameters for PSA.
Each row is a parameter set sampled from distributions that characterize
their uncertainty
generate_psa_params()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.