powered by
To convert from infusion/intravenous administration to first-order oral absorption
addDepot(ui, central = "central", depot = "depot", ka = "ka")
a model with the depot added
The model as a function (or something convertible to an rxUi object)
central compartment name
depot compartment name
absorption rate parameter name
# most of the examples in the model library already have a depot # the PK_2cmt_no_depot is an exception readModelDb("PK_2cmt_no_depot") |> addDepot()
Run the code above in your browser using DataLab