Learn R Programming

pharmr (version 1.4.0)

has_linear_odes: has_linear_odes

Description

Check if model has a linear ODE system

Usage

has_linear_odes(model)

Value

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

Arguments

model

(Model) Pharmpy model

See Also

has_odes

has_linear_odes_with_real_eigenvalues

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
has_linear_odes(model)
}

Run the code above in your browser using DataLab