Update the Markov chain associated with the model on parallel workers. (This represents the 'burn-in' phase when nodes are not monitored.)
parUpdate(cl, object, n.iter=1, ...)
The parUpdate
function modifies the
original object on parallel workers and returns NULL
.
A cluster object created by makeCluster
, or
an integer. It can also be NULL
,
see parDosa
.
character, name of a jags model object
number of iterations of the Markov chain to run
additional arguments to the update method, see
update.jags
Peter Solymos, solymos@ualberta.ca
update.jags
See example on help page of parCodaSamples
.