Skip to contents

Opens an interactive Shiny application for mosaic_analysis. Upload a CSV (or use the built-in demo), pick two categorical variables, and explore the chi-square / Fisher test, Cramer's V effect size, standardized residuals, and the shaded mosaic plot. Every mosaic_analysis() option is exposed in the sidebar.

Requires the shiny and DT packages.

Usage

launch_app(...)

Arguments

...

Passed to runApp (e.g. port, launch.browser, host).

Value

Called for its side effect (launches the app). No return value.

Examples

if (interactive()) {
  launch_app()
}