The following default options can be specified:jagspath - the path to JAGS to use unless over-ridden in a function call
(uses the findjags() function by default)
method - the runjags method to use unless over-ridden in a function call
(default is 'rjags' if the rjags package is installed, or 'interruptible'
otherwise)
tempdir - default to temporary directory unless over-ridden in a
function call (default TRUE)
newwindows - use multiple windows for plots unless over-ridden in a
function call (default is platform dependent)
modules - the modules to load unless over-ridden in a function call
(default none)
linenumbers - display line numbers when printing runjags model, data and
inits class objects unless over-ridden in a function call (default none)
factories - the factories to load unless over-ridden in a function call
(default none)
inits.warning - display warning messages about initial values being not
specified or re-used (set to FALSE to suppress warnings)
rng.warning - display warning messages relating to pseudo-random number
generation for parallel chains (set to FALSE to suppress warnings)
summary.warning - display a warning message if summary statistics are
requested for a small number of samples (and a few other similar
situations)
blockcombine.warning - display a warning message if multiple data or
inits blocks are combined in a WinBUGS style model file
silent.jags - suppress output of JAGS (or rjags) when updating models
silent.runjags - suppress feedback provided by the runjags functions
predraw.plots - automatically pre-calculate convergence diagnostic plots
(this will save time when displaying plots at the cost of increased
storage requirement for the runjags object)