run_shiny_glm_fitting_tool: A function to run the GLM fitting tool application

View source: R/GLMFittingToolGlobal.R

run_shiny_glm_fitting_toolR Documentation

A function to run the GLM fitting tool application

Description

A function to run the GLM fitting tool application

Usage

run_shiny_glm_fitting_tool()

Value

A shiny app object. Printing it, as happens when the function is called at the console, opens the application; it can also be passed to shiny::runApp().

Examples

if (interactive()) {
  run_shiny_glm_fitting_tool()
}

NetSimR documentation built on Sept. 14, 2026, 1:07 a.m.