Skip to contents

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.

Usage

launch_app(...)

Arguments

...

Passed to shiny::runApp().

Value

Called for its side effect of running the app.

Examples

if (interactive()) {
  launch_app()
}