modelFactory {BRugs} | R 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 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. |
See Also
Examples
## Not run:
modelDisable("conjugate gamma")
## End(Not run)
[Package BRugs version 0.9-2.1 Index]