trace_plot | R Documentation |
Produce a trace plot for the parameter of interest (rho or
eta) as part of TS_diagnostics_plot
. A horizontal line
is added to show the median of the posterior.
trace_plot(x, ylab = "parameter value")
x |
Vector of parameter values drawn from the posterior distribution, indexed to the iteration by the order of the vector. |
ylab |
|
NULL
.
trace_plot(rnorm(100, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.