plot.CEAC {MDMA}R 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))

[Package MDMA version 2.0.0 Index]