This function launches the AssociationExplorer2 Shiny application in your default web browser. The app provides interactive tools for exploring statistical associations, correlation networks, bivariate visualizations, and summary tables, with optional support for survey weights and range-based filtering of association strengths.
Arguments
- ...
Additional arguments passed to
shiny::runApp(), such asportorlaunch.browser.
Examples
if (interactive()) {
run_associationexplorer()
}