trace_df | R Documentation |
data.frame
.Trace plot of each column of a posterior 'data.frame'.
trace_df(df, nline, parmfrow = NULL, ...)
df |
Posterior data.frame |
nline |
Number of chains |
parmfrow |
Optional call to |
... |
additional plotting arguments or arguments to |
NULL
Matt Tyers
tracedens_jags, trace_jags, trace_line
a <- jags_df(asdf_jags_out, p="a")
trace_df(a, nline=3, parmfrow=c(3,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.