has_first_order_absorption {pharmr} | R Documentation |
has_first_order_absorption
Description
Check if ode system describes a first order absorption
Currently defined as the central compartment having a unidirectional input flow from another compartment (such as depot or transit)
Usage
has_first_order_absorption(model)
Arguments
model |
(Model) Pharmpy model |
Value
(Bool : TRUE if model has first order absorption)
[Package pharmr version 1.0.1 Index]