plot.CEAC: Plot cost-effectiveness acceptability curve

View source: R/CEAC.R

plot.CEACR Documentation

Plot cost-effectiveness acceptability curve

Description

Plot cost-effectiveness acceptability curve

Usage

## S3 method for class 'CEAC'
plot(
  x,
  xlab = sprintf("Cost-effectiveness threshold (%s)", x$currencyUC),
  ylab = "Probability that intervention is cost-effective",
  las = 1,
  xlim = c(0, max(x$s$ICERs)),
  ...
)

Arguments

x

object of class CEAC

xlab

label for x axis

ylab

label for y axis

las

style of the axis labels (see par)

xlim

limits of the x axis

...

other arguments to be passed to the plot function.

Value

returns a plot

Author(s)

Mathijs Deen

Examples

CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
  CEAC() |>
  plot(xlim = c(0,200))

MDMA documentation built on April 3, 2025, 11:10 p.m.

Related to plot.CEAC in MDMA...