solve_ode_system: solve_ode_system

View source: R/functions_wrapper.R

solve_ode_systemR Documentation

solve_ode_system

Description

Replace ODE system with analytical solution if possible

Warnings This function can currently only handle the most simple of ODE systems.

Usage

solve_ode_system(model)

Arguments

model

(Model) Pharmpy model object

Value

(Model) Updated Pharmpy model

Examples

## Not run: 
model <- load_example_model("pheno")
model$statements$ode_system
model <- solve_ode_system(model)

## End(Not run)


pharmr documentation built on May 28, 2026, 5:08 p.m.