Learn R Programming

dclone (version 1.4-0)

parUpdate: Update jags models on parallel workers

Description

Update the Markov chain associated with the model on parallel workers.

Usage

parUpdate(cl, object, n.iter=1, ...)

Arguments

cl
a cluster object created by the snow package.
object
a jags model object
n.iter
number of iterations of the Markov chain to run
...
additional arguments to the update method, see update.jags

Value

  • The parUpdate function modifies the original object and returns NULL on parallel workers.

See Also

update.jags

See example on help page of parCodaSamples.