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