ceamodel_incremental: Conduct basic incremental analyses using a ceamodel object...

Description Usage Arguments Value Examples

View source: R/ceamodel_incremental.R

Description

Conduct basic incremental analyses using a ceamodel object and setup more advanced incremental analyses.

Usage

1
2
ceamodel_incremental(cea_lst = list(), cost_order = TRUE,
  table_print = TRUE)

Arguments

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.

Value

An object of class ceamodel, with incremental analyses added to the model

Examples

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)

bmckay/ceaR documentation built on May 23, 2019, 9:01 p.m.