bugs.run {R2OpenBUGS} | R Documentation |
Calls OpenBUGS and runs it with ‘script.txt’ - intended for internal use
bugs.run(n.burnin, OpenBUGS.pgm, debug=FALSE,
useWINE=FALSE, WINE=NULL,
newWINE=TRUE, WINEPATH=NULL)
n.burnin |
length of burn in |
OpenBUGS.pgm |
Full path to the OpenBUGS executable or shell script |
debug |
When debug=T, the OpenBUGS gui is displayed during execution. there is no effect with linux execution |
useWINE |
as in |
WINE |
as in |
newWINE |
as in |
WINEPATH |
as in |
Nothing, but has side effects as documented in
bugs.update.settings
and calls OpenBUGS.
The main function to be called by the user is bugs
.