From fe411af3dbed474d9e5b3cc1d509f66bd76f7319 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 28 Nov 2025 09:20:07 +0100 Subject: Example evaluation of D24_2014, improve docs --- R/saem.R | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'R/saem.R') diff --git a/R/saem.R b/R/saem.R index 2a9c2fa5..79c8a518 100644 --- a/R/saem.R +++ b/R/saem.R @@ -122,9 +122,11 @@ utils::globalVariables(c("predicted", "std")) #' plot(f_saem_dfop_sfo) #' summary(f_saem_dfop_sfo, data = TRUE) #' -#' # The following takes about 6 minutes -#' f_saem_dfop_sfo_deSolve <- saem(f_mmkin["DFOP-SFO", ], solution_type = "deSolve", -#' nbiter.saemix = c(200, 80)) +#' # The following took about 6 minutes and currently fails with +#' # "Error in deSolve::lsoda(y = odeini, times = outtimes_deSolve, func = lsoda_func, : +#' # illegal input detected before taking any integration steps - see written message" +#' #f_saem_dfop_sfo_deSolve <- saem(f_mmkin["DFOP-SFO", ], solution_type = "deSolve", +#' # nbiter.saemix = c(200, 80)) #' #' #anova( #' # f_saem_dfop_sfo, -- cgit v1.2.3