object.coda {bairt} | R Documentation |
The function object.coda create a mcmc.list object. With this is possible to study the chain using the coda packet.
object.coda(mcmclist, ...)
mcmclist |
A mcmc.2pnob or mcmc.3pnob class object. |
... |
Further arguments. |
The function object.coda create a mcmc.list object of the marginal chain selectionated. The marginal chain is splited in subchains determined by parts. The aim is represent parallel chains with different starting values (Beguin & Glas, 2001, p. 547).
A mcmc.list coda packet object.
Javier MartÃnez
A.A. Beguin, A, A. & Glas, C.A.W. (2001). MCMC Estimation and Some Model-Fit Analysis of Multidimensional IRT Models. Psychometrika, 66, 541-562.
as.mcmc.list
and as.mcmc
.