View source: R/functions_wrapper.R
has_zero_order_absorption | R Documentation |
Check if ode system describes a zero order absorption
currently defined as having Infusion dose with rate not in dataset
has_zero_order_absorption(model)
model |
(Model) Pharmpy model |
(logical) Whether the model has zero order absorption or not
## Not run:
model <- load_example_model("pheno")
has_zero_order_absorption(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.