shinyROE: Shiny Application to Visualize Bayesian Regions of Evidence (deprecated interface)
Description
Initialize and execute a local Shiny session to
interactively visualize and explore the Bayesian Regions of Evidence.
Parameters entries from the sidebar are passed to the bayesROE function.
The function has been deprecated in favor of bayesROE::run_app() and is
only retained for downward compatibility.
Usage
shinyROE(init = NULL, ...)
Arguments
init
Named list containing the arguments that are passed to the bayesROE
function: ee, se, delta, alpha.
...
arguments to pass to golem_opts.
See `?golem::get_golem_options` for more details.