perform_simulation_psm | R Documentation |
This function performs the simulation of the partitioned survival health economic model developed to test the functionalities of the package.
perform_simulation_psm(l_params, min_fct = TRUE)
l_params |
list. List of inputs of the health economic model. |
min_fct |
logical. Should a minimum function be used to ensure PFS remains lower than OS? Default is TRUE. |
A vector. This vector contains the (un)discounted intermediate and final outcomes of the health economic model.
# Perform the simulation using the deterministic model inputs
l_inputs_det <- generate_det_inputs()
v_results_det <- perform_simulation_psm(l_inputs_det)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.