powered by
This function performs the simulation of the health economic model developed to test the functionalities of the package.
perform_simulation(l_params)
A vector. This vector contains the (un)discounted intermediate and final outcomes of the health economic model.
list. List of inputs of the health economic model
# Perform the simulation using the deterministic model inputs l_inputs_det <- generate_det_inputs() v_results_det <- perform_simulation(l_inputs_det)
Run the code above in your browser using DataLab