bugs.run {R2WinBUGS}R Documentation

Calling WinBUGS - intended for internal use only

Description

Updates the lengths of the adaptive phases in the WinBUGS registry (using bugs.update.settings), calls WinBUGS and runs it with ‘script.txt’. Intended for internal use only

Usage

bugs.run(n.burnin, bugs.directory, WINE = "", 
         useWINE = .Platform$OS.type != "windows", newWINE = TRUE)

Arguments

n.burnin length of burn in
bugs.directory directory that contains the WinBUGS executable
WINE name of WINE binary, for Windows emulation
useWINE logical; attempt to use the WINE emulator to run WinBUGS, defaults to TRUE on Windows, and FALSE otherwise.
newWINE set this one to TRUE for new versions of WINE.

Value

Does not return anything.

See Also

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


[Package R2WinBUGS version 2.0-4 Index]