Plots the evolution of the sample quantiles as a function of the number of iterations.
cumuplot(x, probs=c(0.025,0.5,0.975), ylab="",
lty=c(2,1), lwd=c(1,2), type="l", ask,
auto.layout=TRUE, col=1, ...)
an mcmc
object
vector of desired quantiles
graphical parameters
If TRUE
, then set up own layout for
plots, otherwise use existing one.
If TRUE
then prompt user before displaying
each page of plots. Default is dev.interactive()
in
R and interactive()
in S-PLUS.
further graphical parameters
Arni Magnusson