object.coda.default {bairt}R Documentation

Creating an mcmc.list for coda package

Description

The function object.coda create a mcmc.list object. With this is possible to study the chain using the coda packet.

Usage

## Default S3 method:
object.coda(mcmclist, ...)

Arguments

mcmclist

A mcmc.2pnob or mcmc.3pnob class object.

...

Further arguments.

Details

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).

Value

A mcmc.list coda packet object.

Author(s)

Javier Martínez

References

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.

See Also

as.mcmc.list and as.mcmc.


[Package bairt version 0.1.2 Index]