hzar.doFit.multi: Run hzar fit commands on a list of hzar.fitRequest objects

Description Usage Arguments Value Author(s) See Also Examples

View source: R/37-multiFit.R

Description

These methods simplify repeated calling of hzar.doFit or hzar.chain.doSeq while taking advantage of %dopar% if requested.

Usage

1
2
hzar.doFit.multi(mFitR, doPar = FALSE, inOrder = TRUE)
hzar.doChain.multi(mFitR, doPar = FALSE, inOrder = TRUE, ...)

Arguments

mFitR

Provide a list of hzar.fitRequest objects. Use hzar.multiFitRequest to ensure independent seeds and to request independent chains.

doPar

Use %dopar%?

inOrder

Should the results be returned in order? If FALSE, the results are returned in the order of completion. See foreach for more information.

...

Additional arguments to pass to hzar.chain.doSeq

Value

A list of the fitted hzar.fitRequest objects.

Author(s)

Graham Derryberry asterion@alum.mit.edu

See Also

hzar.chain.doSeq hzar.doFit hzar.fitRequest hzar.multiFitRequest %dopar% foreach

Examples

1
2
3
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

hzar documentation built on May 2, 2019, 7 a.m.