Usage
## S3 method for class 'mcmc.sirt':
plot( x, layout = 1, conflevel = 0.9, round.summ = 3,
lag.max = 100, col.smooth = "red", lwd.smooth = 1, col.ci = "orange",
cex.summ = 1, ask = FALSE, ...)
Arguments
x
Object of class mcmc.sirt
layout
Layout type. layout=1
is the standard coda plot output,
layout=2
gives a slightly different display.
conflevel
Confidence level (only applies to layout=2
)
round.summ
Number of digits to be rounded in summary (only applies to layout=2
)
lag.max
Maximum lag for autocorrelation plot (only applies to layout=2
)
col.smooth
Color of smooth trend in traceplot (only applies to layout=2
)
lwd.smooth
Line type of smooth trend in traceplot (only applies to layout=2
)
col.ci
Color for displaying confidence interval (only applies to layout=2
)
cex.summ
Cex size for descriptive summary (only applies to layout=2
)
ask
Ask for a new plot (only applies to layout=2
)
...
Further arguments to be passed