This is related to the focei methods and uses most of their control options. Some are ignored, `posthoc` is an extra parameter
foControl(sigdig = 3, ..., posthoc = TRUE, interaction = NULL, fo = NULL)foControl object
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 `foceiConrol()`
Logical indicating if the estimation method should calculate `foce` posthoc predicted parameters.
Interaction term for the model; ignored by fo
Logical indicating if the estimation method is FO (first order), but this is controlled by the estimation method so this is ignored.
Matthew L. Fidler