## create the bcea object m for the smoking cessation example
data(Smoking)
m <- bcea(eff, cost, 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")
# }
## vaccination example
data(Vaccine)
treats = c("Status quo", "Vaccination")
m <- bcea(eff, cost, ref = 2, interventions = treats, Kmax = 50000)
contour2(m)
contour2(m, wtp = 100)
Run the code above in your browser using DataLab