These functions change adaptive phase, iterations, and overRelaxation settings. Currently only supported on Windows, not Linux.
modelSetAP(factoryName, adaptivePhase)
modelSetIts(factoryName, iterations)
modelSetOR(factoryName, overRelaxation)
String defining which particular MCMC updating algorithm is to be tuned. Technically this string is the type name of the factory object used to create the updater, for example ‘UpdaterMetnormal.Factory’ for the random walk Metropolis sampler.
length of the updater's adaptive phase
number of times an iterative algorithm is run before a failure is reported
amount of over relaxation the updater uses
Once a model has been compiled, the various updating algorithms required in order to perform the MCMC simulation may be ‘tuned’ somewhat via these three functions.
BRugs
, help.WinBUGS