Learn R Programming

pharmr (version 1.4.0)

solve_ode_system: 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)

Value

(Model) Pharmpy model object

Arguments

model

(Model) Pharmpy model object

Examples

Run this code
if (FALSE) {
model <- load_example_model("pheno")
model$statements$ode_system
model <- solve_ode_system(model)
}

Run the code above in your browser using DataLab