View source: R/02_decision_model_functions.R
decision_model | R Documentation |
decision_model
implements the decision model used.
decision_model(l_params_all, err_stop = FALSE, verbose = FALSE)
l_params_all |
List with all parameters of decision model |
err_stop |
Logical variable to stop model run if set up as TRUE. Default = FALSE. |
verbose |
Logical variable to indicate print out of messages. Default = FALSE |
The transition probability array and the cohort trace matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.