Rev 5778 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{gelman.plot}\alias{gelman.plot}%\alias{gelman.preplot}\title{Gelman-Rubin-Brooks plot}\usage{gelman.plot(x, bin.width = 10, max.bins = 50,confidence = 0.95, transform = FALSE, autoburnin=TRUE, auto.layout = TRUE,ask, col, lty, xlab, ylab, type, \dots)}\arguments{\item{x}{an mcmc object}\item{bin.width}{Number of observations per segment, excluding thefirst segment which always has at least 50 iterations.}\item{max.bins}{Maximum number of bins, excluding the last one.}\item{confidence}{Coverage probability of confidence interval.}\item{transform}{Automatic variable transformation (see \code{gelman.diag})}\item{autoburnin}{Remove first half of sequence (see \code{gelman.diag})}\item{auto.layout}{If \code{TRUE} then, set up own layout forplots, otherwise use existing one.}\item{ask}{Prompt user before displaying each page of plots. Default is\code{dev.interactive()} in R and \code{interactive()} in S-PLUS.}\item{col}{graphical parameter (see \code{par})}\item{lty}{graphical parameter (see \code{par})}\item{xlab}{graphical parameter (see \code{par})}\item{ylab}{graphical parameter (see \code{par})}\item{type}{graphical parameter (see \code{par})}\item{\dots}{further graphical parameters.}}\description{This plot shows the evolution of Gelman and Rubin's shrink factor asthe number of iterations increases.}\details{The Markov chain is divided into bins according to the arguments\code{bin.width} and \code{max.bins}. Then the Gelman-Rubin shrink factoris repeatedly calculated. The first shrink factor is calculated withobservations 1:50, the second with observations \eqn{1:(50+bin.width)},the third contains samples \eqn{1:(50+2*bin.width)} and so on.If the chain has less than \eqn{50 + bin.width} iterations then\code{gelman.diag} will exit with an error.}\references{Brooks, S P. and Gelman, A. (1998) General Methods for MonitoringConvergence of Iterative Simulations. \emph{Journal of Computational andGraphical Statistics}, \bold{7}, 434-455.}\section{Theory}{A potential problem with \code{gelman.diag} is that it may mis-diagnoseconvergence if the shrink factor happens to be close to 1 by chance.By calculating the shrink factor at several points in time,\code{gelman.plot} shows if the shrink factor has really converged, orwhether it is still fluctuating.}\seealso{\code{\link{gelman.diag}}.}\keyword{hplot}