trace_jags | R Documentation |
Trace plot of a whole jagsUI
object, or optional subset of parameter nodes.
trace_jags(x, p = NULL, exact = FALSE, parmfrow = NULL, lwd = 1, ...)
x |
Posterior |
p |
Parameter name for subsetting: if this is specified, only parameters with names beginning with this string will be plotted. |
exact |
Whether |
parmfrow |
Optional call to |
lwd |
Line width for plotting. Defaults to 1. |
... |
additional plotting arguments |
NULL
Matt Tyers
tracedens_jags, pairstrace_jags, trace_df, trace_line
trace_jags(asdf_jags_out, parmfrow=c(4,2))
trace_jags(asdf_jags_out, p="a", parmfrow=c(3,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.