These functions will be removed from future versions of secr.
par.secr.fit (arglist, ncores = 1, seed = NULL, trace = TRUE, logfile = "logfile.txt",
prefix = "fit.", LB = FALSE, save.intermediate = FALSE)
par.derived (secrlist, ncores = 1, ...)
par.region.N (secrlist, ncores = 1, ...)
list of argument lists for secr.fit
or a character
vector naming such lists
integer number of cores to be used for parallel processing
integer pseudorandom number seed
logical; if TRUE intermediate output may be logged
character name of file to log progress reports
character prefix for names of output
logical; if TRUE then use load balancing
logical; if TRUE then each fit is saved to an external file
other arguments passed to derived
or region.N
secrlist object
Since the introduction of multi-threading in secr 4.0 it is no longer efficient to use parallel worker processes.
list.secr.fit
replaces par.secr.fit
.
Functions par.derived and par.region.N can be replaced by a simple call of lapply (see Examples in list.secr.fit
).
secr-defunct
,