trace_line {jagshelper} | R Documentation |
Trace plot of a single parameter node.
trace_line(x, nline, lwd = 1, main = "", ...)
x |
Posterior vector |
nline |
Number of MCMC chains |
lwd |
Line width |
main |
Plot title |
... |
additional plotting arguments |
NULL
Matt Tyers
tracedens_jags, trace_jags, trace_df, chaindens_line
b1 <- jags_df(asdf_jags_out, p="b1")
trace_line(b1, nline=3, main="b1")