Learn R Programming

heemod (version 0.4.0)

compute_icer: Compute ICER

Description

Compute ICER for Markov models.

Usage

compute_icer(x, model_order = order(x$.effect))

Arguments

x
Result of run_models.
model_order
Order in which the models should be sorted. Default: by increasing effect.

Value

A data.frame with computed ICER.

Details

Models are ordered by effectiveness and ICER are computed sequencially.