Learn R Programming

BRugs (version 0.8-2)

modelFactory: Enable and disable factories to create updaters

Description

These functions enable and disable factories that create updaters. Currently only supported on Windows, not Linux. Linux support should be available in the next OpenBUGS release after version 3.2.1.

Usage

modelEnable(factory)
modelDisable(factory)

Arguments

factory
Character (length 1) name of the factory to be disabled/enabled, for example "conjugate gamma". See http://www.openbugs.info/Manuals/ModelMenu.html#Updateroptions for more information. A list of the currently-u

concept

factory

See Also

BRugs, help.WinBUGS

Examples

Run this code
modelDisable("conjugate gamma")

Run the code above in your browser using DataLab