Opens a Shiny application that runs the complete VaSSTra workflow
interactively: load data, map the subject, time, and indicator roles,
fit states and trajectories with automated or explicit counts, inspect
evaluation panels and tidy fit indices, rename groups, and export every
tidy table. The app requires the suggested shiny and DT packages.
Arguments
- ...
Passed to
shiny::runApp().
Examples
if (interactive()) {
launch_app()
}
