View source: R/05b_deterministic_analysis_functions.R
ce_model | R Documentation |
ce_model
implements the cost-effectiveness model used.
ce_model(
l_params_all,
p_CDX2neg_init = NULL,
Trt = FALSE,
err_stop = TRUE,
verbose = TRUE
)
l_params_all |
List with all parameters of cost-effectiveness model |
p_CDX2neg_init |
Initial proportion of CDX2-negative patients. Default
is NULL and will take the value of |
Trt |
Treatment variable (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, the transition dynamics array, and the undiscounted and discounted life years (LYs), quality-adjusted life years (QALYs) and costs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.