icer_analysis: Statistical analysis on an ICER

Description Usage Arguments

View source: R/icer_analysis.R

Description

Runs a statistical analysis on an ICER value of interest following an incremental analysis. The ICER of interest is selected by specifying the two conditions of interest with intv1 and intv2.

Usage

1
2
3
icer_analysis(cea_lst = list(), intv1, intv2, fieller_plot = FALSE,
  pvalues = FALSE, inb = FALSE, boot = FALSE, ci_level = 95,
  return_sureg = FALSE)

Arguments

cea_lst

A ceamodel class object created using a ceamodel_setup function. If a ceaicer object is not included (from ceamodel_incremental), this will be run first before an analysis of the ICER.

intv1

Reference to one of the conditions specified in the intervention variable of cea_lst

fieller_plot

If TRUE, create and save a Fieller confidence interval plot for the ICER

inb

If TRUE, run an incremental net-benefit analysis

boot

If TRUE, run a bootstrap analysis

ci_level,

Percent level for the confidence interval, default at 95 confidence interval.

intv1

Reference to one of the conditions specified in the intervention variable of cea_lst, should be different from intv1


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