| solver_settings-class | R Documentation |
Solver settings class. See ?mrgsolve::update. See ?rxode2::rxSolve.
atolabsolute solver tolerance, default is 1e-08
rtolrelative solver tolerance, default is 1e-08
hmaxlimit how big a solver step can be, default is NA
maxstepsmax steps between 2 integration times (e.g. when observations records are far apart), default is 70000
methodsolver method, for RxODE/rxode2 only: 'liblsoda' (default), 'lsoda', 'dop853', 'indLin'. Mrgsolve's method is always 'lsoda'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.