The function computes a tolerance value which is appropriate to a model. This is an empirical procedure whose results must be considered with caution.
diagnosticTolerance(
model,
mc.cores = 2,
solver = SYBIL_SETTINGS("SOLVER"),
method = SYBIL_SETTINGS("METHOD")
)
An object of class modelorg
.
The number of cores to use (at least 2), i.e. at most how many child processes will be run simultaneously. Default: 2.
A character indicating the solver to be used in sybil
. Default: SYBIL_SETTINGS("SOLVER")
.
A character indicating the method to be used in sybil
. Default: SYBIL_SETTINGS("METHOD")
.
Tolerance