Description Usage Arguments Value Examples
View source: R/ceamodel_incremental.R
Conduct basic incremental analyses using a ceamodel object and setup more advanced incremental analyses.
1 2 | ceamodel_incremental(cea_lst = list(), cost_order = TRUE,
table_print = TRUE)
|
cea_lst |
A ceamodel object created using a ceamodel_setup function. |
cost_order |
If true, the order of options in an ICER table will be by increasing average cost. If false, the order of options in an ICER table will be by increasing average effect. |
table_print |
If true, the ICER table will be printed. If false, the ICER table will not be printed. |
An object of class ceamodel, with incremental analyses added to the model
1 2 3 4 5 6 | ## Run an incremental analysis
ceamodel <- cea_setup(cost ~ treat, qaly ~ treat, clintrial_cea,
incremental = FALSE)
ceamodel <- ceamodel_incremental(ceamodel)
## Or as one step
ceamodel <- cea_setup(cost ~ treat, qaly ~ treat, clintrial_cea)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.