extract-effects: Incremental treatment effects

Description Usage Arguments

Description

Extract incremental treatment effects from a fitted cea_estimate regression object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
QALYs(x, estimand = "ATE", draw = NULL)

Costs(x, estimand = "ATE", draw = NULL)

ICER(x, estimand = "ATE", draw = NULL)

INMB(x, wtp, estimand = "ATE", draw = NULL)

INHB(x, wtp, estimand = "ATE", draw = NULL)

extract(x, outcome, estimand = "ATE", draw = NULL)

Arguments

x

cea_estimate object. The fitted CEA regression model. Must contain a 'QALYs' equation.

estimand

String scalar. Whether to calculate the average treatment effect (ATE), average treatment effect on the treated (ATT), or average treatment effect on the controls (ATC). Only used for non-linear models.

draw

Only used for brms models. Optional (numeric) draw index to extract. Default (draw = NULL) is to use the posterior mean.

wtp

Numeric scalar. Willingness-to-pay per QALY gained.

outcome

String scalar. Name of the outcome measure to extract.


uo-cmor/cea documentation built on Dec. 23, 2021, 2:01 p.m.