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.
Arguments
- ...
Passed to
runApp(e.g.port,launch.browser,host).
Examples
if (interactive()) {
launch_app()
}