brms (version 0.10.0)

launch_shiny: Interface to shinystan

Description

Provide an interface to shinystan for models fitted with brms

Usage

launch_shiny(x, rstudio = getOption("shinystan.rstudio"), ...)

Arguments

x
A fitted model object typically of class brmsfit.
rstudio
Only relevant for RStudio users. The default (rstudio=FALSE) is to launch the app in the default web browser rather than RStudio's pop-up Viewer. Users can change the default to TRUE by setting the global option options(shinystan.rstudio = TRUE).
...
Optional arguments to pass to runApp

Value

An S4 shinystan object

See Also

launch_shinystan

Examples

Run this code
## Not run: 
# fit <- brm(rating ~ treat + period + carry + (1|subject),
#            data = inhaler, family = "gaussian")
# launch_shiny(fit)                         
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace