modelFactory {BRugs} | R Documentation |
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.
modelEnable(factory)
modelDisable(factory)
factory |
Character (length 1) name of the factory to be
disabled/enabled, for example for more information. A list of the currently-used updaters
in a compiled model is given by After enabling or disabling an updater, the model must be compiled or re-compiled. |
## Not run:
modelDisable("conjugate gamma")
## End(Not run)