chaindens_df | R Documentation |
data.frame
.By-chain kernel density plot of each column of a posterior data.frame
.
chaindens_df(df, nline, parmfrow = NULL, ...)
df |
Posterior |
nline |
Number of chains |
parmfrow |
Optional call to |
... |
additional plotting arguments or arguments |
NULL
Matt Tyers
tracedens_jags, trace_jags, trace_line
a <- jags_df(asdf_jags_out, p="a")
chaindens_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.