View source: R/02_decision_model_functions.R
decision_model | R Documentation |
decision_model
implements the decision model used.
decision_model(
l_params_all,
p_CDX2neg_init = NULL,
Trt = FALSE,
err_stop = FALSE,
verbose = FALSE
)
l_params_all |
List with all parameters of decision model |
p_CDX2neg_init |
Initial proportion of CDX2-negative patients. Default
is NULL and will take the value of |
Trt |
is this the Treat All strategy? (default is FALSE) |
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, the cohort trace matrix and the transition dynamics array.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.