mle_shiny | R Documentation |
This will start a shiny app explore maximum likelihood estimation visually.
mle_shiny(df, default_x, default_y, ...)
mle_shiny_ui()
mle_shiny_server(input, output, session)
df |
a data.frame to explore. |
default_x |
default variable for the x-axis. |
default_y |
default variable for the y-axis. |
... |
other parameters passed to shiny::shinyApp |
input |
Shiny input object. |
output |
Shiny output object. |
session |
Shiny session object. |
a Shiny UI object.
a function with Shiny server logic.
http://rstudio.com/shiny
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.