1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
\name{read.coda.interactive}
\alias{read.coda.interactive}
\title{Read CODA output files interactively}
\usage{
read.coda.interactive()
}
\description{
\code{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.
}
\value{
An object of class \code{mcmc.list} containing a representation of
the data in one or more BUGS output files.
}
\references{
Spiegelhalter DJ, Thomas A, Best NG and Gilks WR (1995).
\emph{BUGS: Bayesian inference Using Gibbs Sampling, Version 0.50.}
MRC Biostatistics Unit, Cambridge.
}
\note{
This function is normally called by the \code{codamenu} function,
but can also be used on a stand-alone basis.
}
\author{Nicky Best, Martyn Plummer}
\seealso{
\code{\link{mcmc}},
\code{\link{mcmc.list}},
\code{\link{read.coda}},
\code{\link{codamenu}}.
}
\keyword{file}
|