launch_shinystan.brmsfit {brms} | R Documentation |
Interface to shinystan
Description
Provide an interface to shinystan for models fitted with brms
Usage
launch_shinystan.brmsfit(object, rstudio = getOption("shinystan.rstudio"), ...)
Arguments
object |
A fitted model object typically of class |
rstudio |
Only relevant for RStudio users.
The default ( |
... |
Optional arguments to pass to |
Value
An S4 shinystan object
See Also
Examples
## Not run:
fit <- brm(rating ~ treat + period + carry + (1|subject),
data = inhaler, family = "gaussian")
launch_shinystan(fit)
## End(Not run)
[Package brms version 2.21.0 Index]