Skip to contents

Getter for ICER

Usage

get_icer(res, arm1 = "without_drug", arm2 = "with_drug")

Arguments

res

A list of results returned by ce_markov.

arm1

Baseline treatment arm name or index (default: "without_drug").

arm2

Comparator treatment arm name or index (default: "with_drug").

Value

A numeric value representing the incremental cost-effectiveness ratio (ICER).

Examples

data(test_data)
res <- run_model(test_data)
get_icer(res)
#> [1] 14375.98