Launch the 'shiny' Assurance app
assurance_shiny_app.Rd
Launches a 'shiny' application to calculate assurance for clinical trials where delayed treatment effects (DTE) may be present. The app allows elicitation of prior distributions and calculates assurance metrics.
Value
No return value, called for side effects (invisibly returns NULL). The function launches an interactive 'shiny' application.
Examples
if (interactive()) {
# Launch the interactive app in an R session
assurance_shiny_app()
}