Nothing
# Import variables from function
library(ggplot2)
library(shiny)
merMod <<- .shinyMerPar$merMod
if(is.null(.shinyMerPar$simData)){
} else {
newdata <<- .shinyMerPar$simData
}
if (!exists("newdata")) {
df.choices <- c("Model Frame" = "orig",
"Random Obs" = "rand",
"Average Obs" = "mean")
} else {
df.choices <- c("User Supplied" = "user",
"Model Frame" = "orig",
"Random Obs" = "rand",
"Average Obs" = "mean")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.