Hi for all members in R community
I have a small problem in the code below when i call OpenBUGS
#Call OpenBUGS
model= bugs(data,
inits,
parameters.to.save=parameters,
model.file="D:/Run/model.txt",
n.iter=5000,
n.burnin=0,
OpenBUGS.pgm =
"C:/Program Files/OpenBUGS/OpenBUGS323/OpenBUGS.exe",
working.directory="D:/Run/",
n.thin=2,
n.chains=2,
debug=TRUE,
DIC=TRUE)
The problem is when the first iteration finish it stop directly without
rerun the second iteration so how can i run the iterations automatically.
Many thanks in advance