View source: R/functions_wrapper.R
set_mixed_mm_fo_elimination | R Documentation |
Sets elimination to mixed Michaelis-Menten and first order.
Initial estimate for CLMM is set to CL/2 and KM is set to (equation could not be rendered, see API doc on website)
set_mixed_mm_fo_elimination(model)
model |
(Model) Pharmpy model |
(Model) Pharmpy model object
set_first_order_elimination
set_zero_order_elimination
set_michaelis_menten_elimination
## Not run:
model <- load_example_model("pheno")
model <- set_mixed_mm_fo_elimination(model)
model$statements$ode_system
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.