secr-deprecated {secr} | R Documentation |
Deprecated Functions in Package secr
Description
These functions will be removed from future versions of secr.
Usage
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, ...)
Arguments
arglist |
list of argument lists for |
ncores |
integer number of cores to be used for parallel processing |
seed |
integer pseudorandom number seed |
trace |
logical; if TRUE intermediate output may be logged |
logfile |
character name of file to log progress reports |
prefix |
character prefix for names of output |
LB |
logical; if TRUE then use load balancing |
save.intermediate |
logical; if TRUE then each fit is saved to an external file |
... |
other arguments passed to |
secrlist |
secrlist object |
Details
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
).