Description Usage Arguments Details Value Examples
Plot MCMC diagnostics (traceplot and autocorrelation) of the log-posterior probability
for a ouija_fit
object.
1 | plot_diagnostics(oui, arrange = c("vertical", "horizontal"))
|
oui |
A |
arrange |
How to arrange the plots. If "vertical", traceplot and autocorrelation are arranged in one column, while if "horizontal" traceplot and autocorrelation are arranged in one row. |
Further assessment of convergence can be done using rstan
functions on the
underlying STAN object (accessed through oui$fit
).
A ggplot2
object
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.