Learn R Programming

pharmr (version 1.4.0)

has_zero_order_absorption: has_zero_order_absorption

Description

Check if ode system describes a zero order absorption

currently defined as having Infusion dose with rate not in dataset

Usage

has_zero_order_absorption(model)

Value

(logical) Whether the model has zero order absorption or not

Arguments

model

(Model) Pharmpy model

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
has_zero_order_absorption(model)
}

Run the code above in your browser using DataLab