Plots the distribution of the Incremental Benefit (IB) for a given value of the willingness to pay threshold.
# S3 method for bcea
ib.plot(
he,
comparison = NULL,
wtp = 25000,
bw = "bcv",
n = 512,
xlim = NULL,
graph = c("base", "ggplot2"),
...
)ib.plot(he, ...)
A ggplot object containing the requested plot. Returned
only if graph="ggplot2"
.
The function produces a plot of the distribution of the Incremental Benefit for a given value of the willingness to pay parameter. The dashed area indicates the positive part of the distribution (i.e. when the reference is more cost-effective than the comparator).
A bcea
object containing the results of the Bayesian
modelling and the economic evaluation.
In the case of multiple interventions, specifies the one
to be used in comparison with the reference. Default value of NULL
forces R to consider the first non-reference intervention as the comparator.
Controls which comparator is used when more than 2 interventions are present
The value of the willingness to pay threshold. Default value at
25000
.
Identifies the smoothing bandwidth used to construct the kernel estimation of the IB density.
The number of equally spaced points at which the density is to be estimated.
The limits of the plot on the x-axis.
A string used to select the graphical engine to use for
plotting. Should (partial-) match the two options "base"
or
"ggplot2"
. Default value is "base"
.
Additional arguments
Gianluca Baio, Andrea Berardi
Baio2011BCEA
Baio2013BCEA
bcea()
,
ceplane.plot()
data("Vaccine")
he <- BCEA::bcea(eff, cost)
ib.plot(he)
Run the code above in your browser using DataLab