chaindens_line | R Documentation |
By-chain kernel density plot of a single parameter node.
chaindens_line(x, nline, lwd = 1, main = "", ...)
x |
Posterior vector |
nline |
Number of chains |
lwd |
Line width |
main |
Plot title |
... |
additional plotting arguments |
NULL
Matt Tyers
tracedens_jags, chaindens_jags, chaindens_df
b1 <- jags_df(asdf_jags_out, p="b1")
chaindens_line(b1, nline=3, main="b1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.