has_odes: has_odes

View source: R/functions_wrapper.R

has_odesR Documentation

has_odes

Description

Check if model has an ODE system

Usage

has_odes(model)

Arguments

model

(Model) Pharmpy model

Value

(logical) TRUE if model has an ODE system

See Also

has_linear_odes

has_linear_odes_with_real_eigenvalues

Examples

## Not run: 
model <- load_example_model("pheno")
has_odes(model)

## End(Not run)

pharmpy/pharmr documentation built on Feb. 15, 2025, 3:22 a.m.