solve_ode_system {pharmr} | R 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)
[Package pharmr version 1.0.1 Index]