anova_shiny | R Documentation |
Run the Shiny server for visualizing ANOVA
ANOVA Shiny UI
ANOVA Shiny Server
anova_shiny(...)
anova_shiny_ui()
anova_shiny_server(input, output, session)
... |
other parameters passed to |
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
results of shiny::shinyApp()
a Shiny UI object.
a function with Shiny server logic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.