Skip to contents

Reparameterizes a double-absorption model so the second path's lag is estimated as a positive increment over the first path's lag (`Tlag2 = Tlag1 + diffTlag2`), matching Monolix's "force delay2 longer than delay1" models. Both paths must have lag times and the model must not already be sequential.

Usage

convertAbsForceLongerDelay(
  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 lag tied above the first

Author

Matthew L. Fidler