Launch the 'shiny' GSD Assurance app
assurance_GSD_shiny_app.Rd
Launches a 'shiny' application to simulate group sequential trials with delayed treatment effects (DTE) using elicited prior distributions. The app allows interactive exploration of trial designs and assurance calculations.
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_GSD_shiny_app()
}