powered by
Plot cost-effectiveness acceptability curve
# S3 method for 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)), ... )
returns a plot
object of class CEAC
CEAC
label for x axis
label for y axis
style of the axis labels (see par)
par
limits of the x axis
other arguments to be passed to the plot function.
plot
Mathijs Deen
CEA(gnomes, insulationMethod, Costs, diffHATS, 1000, "acorns") |> CEAC() |> plot(xlim = c(0,200))
Run the code above in your browser using DataLab