diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-07 11:54:13 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-11-07 11:54:13 +0100 |
commit | cda47972e2b6a9610e3118dcd2270d7a1c76de3d (patch) | |
tree | 171a0bf2f7386b5451a581a40667bdb6a5d5a991 /man/mkinpredict.Rd | |
parent | fcf06c40ec314e91ad3fdae3392f008509d70b2e (diff) |
Make deSolve predictions within saemix robust
Also, exclude the saemix function when loading saemix in the example
code, to prevent overriding our generic
Diffstat (limited to 'man/mkinpredict.Rd')
-rw-r--r-- | man/mkinpredict.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mkinpredict.Rd b/man/mkinpredict.Rd index 17916356..f2799bf4 100644 --- a/man/mkinpredict.Rd +++ b/man/mkinpredict.Rd @@ -30,6 +30,7 @@ mkinpredict( method.ode = "lsoda", atol = 1e-08, rtol = 1e-10, + na_stop = TRUE, map_output = TRUE, ... ) @@ -90,6 +91,8 @@ as these always return mapped output.} \item{\dots}{Further arguments passed to the ode solver in case such a solver is used.} + +\item{na_stop}{Should it be an error if deSolve::ode returns NaN values} } \value{ A matrix with the numeric solution in wide format |