compute_icer: Compute ICER

View source: R/run_model_summary.R

compute_icerR Documentation

Compute ICER

Description

Compute ICER for Markov models.

Usage

compute_icer(x, strategy_order = order(x$.effect), threshold = 30000)

Arguments

x

Result of run_model().

strategy_order

Order in which the strategies should be sorted. Default: by increasing effect.

threshold

ICER threshold for net monetary benefit computation.

Details

Models are ordered by effectiveness and ICER are computed sequentially.

Value

A data.frame with computed ICER.


heemod documentation built on July 26, 2023, 5:45 p.m.