r_squared_shiny: Run the Shiny server for visualizing R-Squared

View source: R/r_squared_shiny.R

r_squared_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

r_squared_shiny(...)

r_squared_shiny_ui()

r_squared_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.