aboutsummaryrefslogtreecommitdiff
path: root/R/saem.R
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2026-06-22 15:53:43 +0200
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2026-06-22 15:53:43 +0200
commit46735d7a6d429bb0c50f951763797f321a0d77ca (patch)
tree3f5760f190d67ca98d5260a7544cbc56f736cf67 /R/saem.R
parenta18b7e5968e25c41a18ca3e6ba5d01a96e9eb408 (diff)
parent1519d761ebb8c10350402b294907102d960b15a2 (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'R/saem.R')
-rw-r--r--R/saem.R8
1 files changed, 5 insertions, 3 deletions
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,

Contact - Imprint