model.factory: Enable and disable factories to create updaters

modelFactoryR Documentation

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".

for more information. A list of the currently-used updaters in a compiled model is given by infoUpdatersbyName or infoUpdatersbyDepth.

After enabling or disabling an updater, the model must be compiled or re-compiled.

See Also

BRugs, help.WinBUGS

Examples

## Not run: 
modelDisable("conjugate gamma")

## End(Not run)

BRugs documentation built on May 31, 2023, 7:19 p.m.

Related to model.factory in BRugs...