Any attempt in arglist
to set ncores > 1
for a
particular secr fit is ignored.
trace
overrides any settings in arglist
. Reporting of
intermediate results is unreliable on Windows when ncores > 1
.
It is convenient to provide the names of the capthist and mask arguments
in each component of arglist as character values (i.e. in quotes); objects thus
named are exported from the workspace to each worker process (see Examples).
Setting LB = TRUE
when ncores
> 1 causes the function to call clusterApplyLB
instead of clusterApply
. Load balancing in clusterApplyLB
is likely to result in faster completion than the default if fits differ in their in execution time and ncores < length(arglist)
, but this cannot be guaranteed owing to the additional communication required with the worker processes. Results with LB = TRUE
for a given seed
may not be reproducible.
save.intermediate
causes each fit to be saved to a file with extension .RData.