Learn R Programming

nlmixr2est (version 5.0.2)

posthocControl: Control options for the posthoc estimation method

Description

This option is for simply getting the maximum a-prior (MAP) also called the posthoc estimates

Usage

posthocControl(sigdig = 3, ..., interaction = FALSE, maxOuterIterations = NULL)

Value

posthocControl object

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 `foceiConrol()`

interaction

Interaction term for the model, in this case the default is `FALSE`, though you can set it to be `TRUE` as well.

maxOuterIterations

ignored, posthoc always sets this to 0.

Author

Matthew L. Fidler

Examples

Run this code

posthocControl()

Run the code above in your browser using DataLab