has_zero_order_absorption: has_zero_order_absorption

View source: R/functions_wrapper.R

has_zero_order_absorptionR Documentation

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)

Arguments

model

(Model) Pharmpy model

Value

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

Examples

## Not run: 
model <- load_example_model("pheno")
has_zero_order_absorption(model)

## End(Not run)


pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.