This functions runs a dashboard that can be used to plot the results of cost effectiveness analysis.
ce_dashboard()
Value
Starts a shiny dashboard
Examples
## Only run the example if in an interative session
if (FALSE) {
## Run the dashboard
ce_dashboard()
}