## create the bcea object m for the smoking cessation example
data(Smoking)
m <- bcea(e, c, ref = 4, interventions = treats, Kmax = 500)
## produce the plot
contour2(m,
wtp = 200,
graph_type = "base")
# \donttest{
## or use ggplot2 to plot multiple comparisons
contour2(m,
wtp = 200,
ICER_size = 2,
graph_type = "ggplot2")
# }
Run the code above in your browser using DataLab