iBUGS (version 0.1.4)

iBUGS: An Intelligent Interface to WinBUGS/OpenBUGS/JAGS

Description

Create a GUI by gWidgetsRGtk2 and all options for R2WinBUGS and R2jags can be set in the GUI. The letter ‘i’ can be interpreted as ‘intelligent’ or ‘interface’ -- depends on what you think.

Usage

iBUGS()

Arguments

Value

Invisible NULL.

Details

iBUGS will try to find the directories of WinBUGS/OpenBUGS/JAGS in your system and use them when calling bugs or jags in R2WinBUGS or R2jags. For most users, this search will succeed, unless WinBUGS/OpenBUGS/JAGS were not installed in the default directory.

iBUGS will also try to get the data object names from the current R session and guess the parameter names in a BUGS model. Click the “Preference” button and you will see the lists of names.

More intelligence is to be added.

See Also

bugs, jags, bugs.options

Examples

Run this code
## Not run: 
# 
# iBUGS()
# 
# ## End(Not run)

Run the code above in your browser using DataLab