parUpdate: Update jags models on parallel workers

Description Usage Arguments Value Author(s) See Also

View source: R/parUpdate.R

Description

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

Usage

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

Arguments

cl

A cluster object created by makeCluster, or an integer. It can also be NULL, see snowWrapper.

object

character, name of 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 on parallel workers and returns NULL.

Author(s)

Peter Solymos, solymos@ualberta.ca

See Also

update.jags

See example on help page of parCodaSamples.


dclone documentation built on May 2, 2019, 6:08 p.m.