Learn R Programming

jagsUI (version 1.3.7)

traceplot: Traceplots of JAGS output

Description

Displays a series of MCMC iteration plots for each monitored parameter in a JAGS analysis. The calculated Rhat value for each parameter is given in the plot title if there is >1 chains.

Usage

## S3 method for class 'jagsUI':
traceplot(x, parameters=NULL,...)

Arguments

x
A jagsUI object
parameters
A vector of names (as characters) of parameters to plot. Parameter names must match parameters included in the model. Non-scalar parameters with multiple values (e.g. alpha where alpha is a vector of length 5) can be selected/sub
...
Further arguments pass to or from other methods.