chaindens_line {jagshelper}R Documentation

Simple by-chain kernel density plot

Description

By-chain kernel density plot of a single parameter node.

Usage

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

Arguments

x

Posterior vector

nline

Number of chains

lwd

Line width

main

Plot title

...

additional plotting arguments

Value

NULL

Author(s)

Matt Tyers

See Also

tracedens_jags, chaindens_jags, chaindens_df

Examples

b1 <- jags_df(asdf_jags_out, p="b1")

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

[Package jagshelper version 0.2.3 Index]