View source: R/functions_wrapper.R
has_linear_odes | R Documentation |
Check if model has a linear ODE system
has_linear_odes(model)
model |
(Model) Pharmpy model |
(logical) TRUE if model has an ODE system that is linear
has_odes
has_linear_odes_with_real_eigenvalues
## Not run:
model <- load_example_model("pheno")
has_linear_odes(model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.