This vignette will demonstrate a simple cost-effectiveness analysis using BCEA using the smoking cessation data set contained in the package.
Load the data.
This study has four interventions.
Setting the reference group (ref
) to Group
counselling and the maximum willingness to pay (Kmax
)
as 500.
We can easily create a grid of the most common plots
Individual plots can be plotting using their own functions.
More on this in the other vignettes but you can change the default plotting style, such as follows.
plot(bcea_smoke,
graph = "ggplot2",
wtp = 250,
line = list(color = "red", size = 1),
point = list(color = c("plum", "tomato", "springgreen"), shape = 3:5, size = 2),
icer = list(color = c("red", "orange", "black"), size = 5))