cumuplot {coda} | R Documentation |
Cumulative quantile plot
Description
Plots the evolution of the sample quantiles as a function of the number of iterations.
Usage
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, ...)
Arguments
x |
an |
probs |
vector of desired quantiles |
ylab , lty , lwd , type , col |
graphical parameters |
auto.layout |
If |
ask |
If |
... |
further graphical parameters |
Author(s)
Arni Magnusson
[Package coda version 0.19-4.1 Index]