has_zero_order_elimination {pharmr} | R Documentation |
Check if the model describes zero-order elimination
This function relies on heuristics and will not be able to detect all possible ways of coding the zero-order elimination.
has_zero_order_elimination(model)
model |
(Model) Pharmpy model |
(logical) TRUE if model has describes zero order elimination
## Not run:
model <- load_example_model("pheno")
has_zero_order_elimination(model)
model <- set_zero_order_elimination(model)
has_zero_order_elimination(model)
## End(Not run)