shinyMer | R Documentation |
shinyMer
launches a shiny app that allows you to interactively
explore an estimated merMod using functions from merTools
.
shinyMer(merMod, simData = NULL, pos = 1)
merMod |
An object of class "merMod". |
simData |
A data.frame to make predictions from (optional). If NULL, then the user can only make predictions using the data in the frame slot of the merMod object. |
pos |
The position of the environment to export function arguments to. Defaults to 1, the global environment, to allow shiny to run. |
A shiny app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.