foceControl: Control options for the foce estimation method
Description
This is the first order option without the interaction between
residuals and etas.
Usage
foceControl(sigdig = 3, ..., interaction = FALSE)
Arguments
- sigdig
Optimization significant digits. This controls:
The tolerance of the inner and outer optimization is 10^-sigdig
The tolerance of the ODE solvers is
0.5*10^(-sigdig-2); For the sensitivity equations and
steady-state solutions the default is 0.5*10^(-sigdig-1.5)
(sensitivity changes only applicable for liblsoda)
The tolerance of the boundary check is 5 * 10 ^ (-sigdig + 1)
- ...
Parameters used in the default `foceiControl()`
- interaction
Interaction term for the model, in this case the
default is `FALSE`; it cannot be changed, use `focei` instead