Replace ODE system with analytical solution if possible
Warnings This function can currently only handle the most simple of ODE systems.
solve_ode_system(model)
(Model) Pharmpy model object
(Model) Pharmpy model object
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