# NOT RUN {
fit <- stan_efftox_demo(outcome_str = '1N 2E 3B')
efftox_contour_plot(fit)
title('EffTox utility contours')
# The same with ggplot2
efftox_contour_plot(fit, use_ggplot = TRUE) +
ggplot2::ggtitle('EffTox utility contours')
# }
Run the code above in your browser using DataLab