plot.CEAC | R Documentation |
Plot cost-effectiveness acceptability curve
## 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)),
...
)
x |
object of class |
xlab |
label for x axis |
ylab |
label for y axis |
las |
style of the axis labels (see |
xlim |
limits of the x axis |
... |
other arguments to be passed to the |
returns a plot
Mathijs Deen
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |>
CEAC() |>
plot(xlim = c(0,200))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.