Learn R Programming

pharmr (version 1.4.0)

set_instantaneous_absorption: set_instantaneous_absorption

Description

Set or change to instantaneous absorption rate.

Currently lagtime together with instantaneous absorption is not supported.

Usage

set_instantaneous_absorption(model)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Model to set or change absorption rate

See Also

set_zero_order_absorption

set_first_order_absorption

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model <- set_instantaneous_absorption(model)
model$statements$ode_system
}

Run the code above in your browser using DataLab