mcmc.sirt
Plot function for objects of class mcmc.sirt
. These objects are generated
by: mcmc.2pno
, mcmc.2pnoh
,
mcmc.3pno.testlet
, mcmc.2pno.ml
# S3 method for mcmc.sirt
plot( x, layout=1, conflevel=0.9, round.summ=3,
lag.max=.1, col.smooth="red", lwd.smooth=2, col.ci="orange",
cex.summ=1, ask=FALSE, ...)
Object of class mcmc.sirt
Layout type. layout=1
is the standard coda plot output,
layout=2
gives a slightly different display.
Confidence level (only applies to layout=2
)
Number of digits to be rounded in summary (only applies to layout=2
)
Maximum lag for autocorrelation plot (only applies to layout=2
).
The default of .1 means that it is set to 1/10 of the number of iterations.
Color of smooth trend in traceplot (only applies to layout=2
)
Line type of smooth trend in traceplot (only applies to layout=2
)
Color for displaying confidence interval (only applies to layout=2
)
Cex size for descriptive summary (only applies to layout=2
)
Ask for a new plot (only applies to layout=2
)
Further arguments to be passed
mcmc.2pno
, mcmc.2pnoh
,
mcmc.3pno.testlet
, mcmc.2pno.ml