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) Pharmpy model object

Examples

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

## End(Not run)


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