traceplot.mcmc {emdbook}R Documentation

trace plot for BUGS run, in lattice graphics

Description

Produces a trace plot (values of parameters for different chains plotting against BUGS iterations) in the lattice package

Usage

traceplot.mcmc(x, data = NULL, outer, aspect = "xy", default.scales = list(y = list(relation = "free")), start = 1, thin = 1, main = attr(x, "title"), xlab = "", ylab = "", plot.points = "rug", ..., subset = coda:::thinned.indices(x, start = start, thin = thin))

Arguments

x an mcmc object (BUGS run)
data ~~Describe data here~~
outer (stub)
aspect aspect ratio setting (see xyplot
default.scales scale setting (see xyplot
start starting iteration number
thin thinning factor
main main title
xlab x label
ylab y label
plot.points ??
... additional arguments to xyplot
subset subset of data

Value

produces a lattice plot

Author(s)

Ben Bolker

See Also

xyplot


[Package emdbook version 1.1.1.1 Index]