View source: R/diagnostic_draws.R
diagnostic_draws | R Documentation |
Returns the accumulated log-posterior, the average Metropolis acceptance rate, divergent transitions, treedepth rather than terminated its evolution normally.
diagnostic_draws(posterior, ...)
posterior |
A |
... |
Currently not used. |
set.seed(333)
if (require("brms", quietly = TRUE)) {
model <- suppressWarnings(brm(mpg ~ wt * cyl * vs,
data = mtcars,
iter = 100, control = list(adapt_delta = 0.80),
refresh = 0
))
diagnostic_draws(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.