Learn R Programming

jagshelper (version 0.4.0)

trace_line: Simple trace plot

Description

Trace plot of a single parameter node.

Usage

trace_line(x, nline, lwd = 1, main = "", ...)

Value

NULL

Arguments

x

Posterior vector

nline

Number of MCMC chains

lwd

Line width

main

Plot title

...

additional plotting arguments

Author

Matt Tyers

See Also

tracedens_jags, trace_jags, trace_df, chaindens_line

Examples

Run this code
b1 <- jags_df(asdf_jags_out, p="b1")

trace_line(b1, nline=3, main="b1")

Run the code above in your browser using DataLab