powered by
Check if the model describes first order elimination
This function relies on heuristics and will not be able to detect all possible ways of coding the first order elimination.
has_first_order_elimination(model)
(logical) TRUE if model has describes first order elimination
(Model) Pharmpy model
if (FALSE) { model <- load_example_model("pheno") has_first_order_elimination(model) }
Run the code above in your browser using DataLab