Usage
mlwin2bugs(D, levID, datafile, initfile, modelfile, bugEst, fact, addmore,
n.chains, n.iter, n.burnin, n.thin, debug = FALSE, bugs,
bugsWorkingDir = tempdir(), OpenBugs = FALSE,
cleanBugsWorkingDir = FALSE, seed = NULL)
Arguments
D
A vector specifying the type of distribution used in the model.
levID
A character (vector) specifying the level ID(s).
datafile
A file name where the BUGS data file will be saved in
.txt format.
initfile
A file name where the BUGS initial values will be saved
in .txt format.
modelfile
A file name where the BUGS model will be saved in .txt
format.
bugEst
A file name where the estimates from BUGS will be stored in
.txt format.
fact
A list of objects used to specify factor analysis. See `Details'
below.
addmore
A vector of strings specifying additional coefficients to be
monitored.
n.chains
The number of chains to be monitored.
n.iter
The number of iterations for each chain
n.burnin
The length of burn-in for each chain
debug
A logical value indicating whether (TRUE
) or not
(FALSE
; the default) to close the BUGS window after completion of the
model run
bugs
The full name (including the path) of the BUGS executable
bugsWorkingDir
A directory where all the intermediate files are to be
stored; defaults to tempdir()
.
OpenBugs
If TRUE
, OpenBUGS is used, if FALSE
(the
default) WinBUGS is used.
cleanBugsWorkingDir
If TRUE
, the generated files will be
removed from the bugsWorkingDir
; defaults to FALSE
.
seed
An integer specifying the random seed.