powered by
Check if model has a linear ode system with real eigenvalues
has_linear_odes_with_real_eigenvalues(model)
(logical) TRUE if model has an ODE system that is linear
(Model) Pharmpy model
has_odes
has_linear_odes
if (FALSE) { model <- load_example_model("pheno") has_linear_odes_with_real_eigenvalues(model) }
Run the code above in your browser using DataLab