Learn R Programming

pharmr (version 1.0.1)

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

(Model) Reference to same model

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