read.coda.interactive {coda}R Documentation

Read CODA output files interactively

Description

read.coda.interactive reads Markov Chain Monte Carlo output in the format produced by the classic BUGS program. No arguments are required. Instead, the user is prompted for the required information.

Usage

read.coda.interactive()

Value

An object of class mcmc.list containing a representation of the data in one or more BUGS output files.

Note

This function is normally called by the codamenu function, but can also be used on a stand-alone basis.

Author(s)

Nicky Best, Martyn Plummer

References

Spiegelhalter DJ, Thomas A, Best NG and Gilks WR (1995). BUGS: Bayesian inference Using Gibbs Sampling, Version 0.50. MRC Biostatistics Unit, Cambridge.

See Also

mcmc, mcmc.list, read.coda, codamenu.


[Package coda version 0.19-4.1 Index]