dependent_sample_shiny: Run the Shiny server for visualizing R-Squared

View source: R/dependent_sample_shiny.R

dependent_sample_shinyR Documentation

Run the Shiny server for visualizing R-Squared

Description

Run the Shiny server for visualizing R-Squared

R-Squared Shiny UI

R-Squared Shiny Server

Usage

dependent_sample_shiny(...)

dependent_sample_shiny_ui()

dependent_sample_shiny_server(input, output, session)

Arguments

...

other parameters passed to shiny::shinyApp()

input

Shiny input object.

output

Shiny output object.

session

Shiny session object.

Value

results of shinyApp

a Shiny UI object.

a function with Shiny server logic.


jbryer/VisualStats documentation built on Feb. 27, 2025, 6:19 p.m.