bugs.script {R2WinBUGS} | R Documentation |
Writes script for running WinBUGS
Description
Write file ‘script.txt’ for WinBUGS to read - intended for internal use
Usage
bugs.script(parameters.to.save, n.chains, n.iter, n.burnin, n.thin,
model.file, debug=FALSE, is.inits, bin, DIC=FALSE,
useWINE=.Platform$OS.type != "windows", newWINE=TRUE, WINEPATH=NULL,
bugs.seed=NULL, summary.only=FALSE, save.history=TRUE,
bugs.data.file, bugs.inits.files, over.relax = FALSE)
Arguments
parameters.to.save |
parameters that should be monitored |
n.chains |
number of Markov chains |
n.iter |
number of total iterations (including burn in) |
n.burnin |
length of burn in |
n.thin |
size of thinning parameter |
model.file |
file containing the model written in WinBUGS code |
debug |
if |
is.inits |
logical; whether initial values are given by the user
( |
bin |
number of iterations between saving of results |
DIC |
logical; if |
useWINE |
as in |
newWINE |
as in |
WINEPATH |
as in |
bugs.seed |
random seed for WinBUGS (default is no seed) |
summary.only |
If |
save.history |
If |
bugs.data.file |
character name of the data file |
bugs.inits.files |
character vector of names of the inits files |
over.relax |
If |
Value
Nothing, but as a side effect, the script file ‘script.txt’ is written
See Also
The main function to be called by the user is bugs
.