has_linear_odes: has_linear_odes

View source: R/functions_wrapper.R

has_linear_odesR Documentation

has_linear_odes

Description

Check if model has a linear ODE system

Usage

has_linear_odes(model)

Arguments

model

(Model) Pharmpy model

Value

(logical) TRUE if model has an ODE system that is linear

See Also

has_odes

has_linear_odes_with_real_eigenvalues

Examples

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

## End(Not run)

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