aboutsummaryrefslogtreecommitdiff
path: root/man/mkinpredict.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-11-07 11:54:13 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-11-07 11:54:13 +0100
commitcda47972e2b6a9610e3118dcd2270d7a1c76de3d (patch)
tree171a0bf2f7386b5451a581a40667bdb6a5d5a991 /man/mkinpredict.Rd
parentfcf06c40ec314e91ad3fdae3392f008509d70b2e (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.Rd3
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

Contact - Imprint