Provide an interface to shinystan for models fitted with brms
Usage
# S3 method for brmsfit
launch_shinystan(object, rstudio = getOption("shinystan.rstudio"), ...)
Value
An S4 shinystan object
Arguments
object
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).