Learn R Programming

R2OpenBUGS (version 3.2-3.2.1)

bugs.run: Calling OpenBUGS

Description

Calls OpenBUGS and runs it with script.txt - intended for internal use

Usage

bugs.run(n.burnin, OpenBUGS.pgm, debug=FALSE, 
         useWINE=FALSE, WINE=NULL,
         newWINE=TRUE, WINEPATH=NULL)

Arguments

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 bugs meta function

WINE

as in bugs meta function

newWINE

as in bugs meta function

WINEPATH

as in bugs meta function

Value

Nothing, but has side effects as documented in bugs.update.settings and calls OpenBUGS.

See Also

The main function to be called by the user is bugs.