Skip to contents

Reparameterizes a double-absorption model so the second path's delay is expressed relative to the first path's zero-order duration (`Tlag2 = Tk01`), matching Monolix's "sequential" double-absorption models. Only valid when the first path absorbs zero-order; raises an error otherwise.

Usage

convertAbsSequential(
  ui,
  central = "central",
  depot = "depot",
  depot2 = "depot2"
)

Arguments

ui

The model as a function (or something convertible to an rxUi object)

central

central compartment name

depot

depot compartment name

depot2

name of the second depot compartment

Value

a model with the second delay tied to the first duration

Author

Matthew L. Fidler