View source: R/functions_wrapper.R
| set_ode_solver | R Documentation |
Sets ODE solver to use for model
The recognized solvers are CVODS, DGEAR, DVERK, IDA, LSODA and LSODI.
To see the corresponding NONMEM ADVANs see :ref:ADVANS.
set_ode_solver(model, solver)
model |
(Model) Pharmpy model |
solver |
(str) Solver to use or NULL for no preference |
(Model) Updated Pharmpy model
## Not run:
model <- load_example_model("pheno")
model <- set_ode_solver(model, 'LSODA')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.