View source: R/functions_wrapper.R
has_michaelis_menten_elimination | R Documentation |
Check if the model describes Michaelis-Menten elimination
This function relies on heuristics and will not be able to detect all possible ways of coding the Michaelis-Menten elimination.
has_michaelis_menten_elimination(model)
model |
(Model) Pharmpy model |
(logical) TRUE if model has describes Michaelis-Menten elimination
## Not run:
model <- load_example_model("pheno")
has_michaelis_menten_elimination(model)
model <- set_michaelis_menten_elimination(model)
has_michaelis_menten_elimination(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.