From cda47972e2b6a9610e3118dcd2270d7a1c76de3d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 7 Nov 2020 11:54:13 +0100 Subject: Make deSolve predictions within saemix robust Also, exclude the saemix function when loading saemix in the example code, to prevent overriding our generic --- man/mkinpredict.Rd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/mkinpredict.Rd') 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 -- cgit v1.2.1