From 48c463680b51fa767b4cd7bd62865f192d0354ac Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Sat, 6 Feb 2021 18:30:32 +0100
Subject: Reintroduce interface to saemix
Also after the upgrade from buster to bullseye of my local system, some
test results for saemix have changed.
---
docs/dev/reference/plot.mixed.mmkin.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'docs/dev/reference/plot.mixed.mmkin.html')
diff --git a/docs/dev/reference/plot.mixed.mmkin.html b/docs/dev/reference/plot.mixed.mmkin.html
index 55c411e7..601e1554 100644
--- a/docs/dev/reference/plot.mixed.mmkin.html
+++ b/docs/dev/reference/plot.mixed.mmkin.html
@@ -72,7 +72,7 @@
mkin
- 0.9.50.4
+ 1.0.1.9000
@@ -161,7 +161,7 @@
maxabs = "auto",
ncol.legend = ifelse(length(i) <= 3, length(i) + 1, ifelse(length(i) <= 8, 3, 4)),
nrow.legend = ceiling((length(i) + 1)/ncol.legend),
- rel.height.legend = 0.03 + 0.08 * nrow.legend,
+ rel.height.legend = 0.02 + 0.07 * nrow.legend,
rel.height.bottom = 1.1,
pch_ds = 1:length(i),
col_ds = pch_ds + 1,
@@ -283,10 +283,10 @@ corresponding model prediction lines for the different datasets.
![](plot.mixed.mmkin-2.png)
#> Running main SAEM algorithm
-#> [1] "Mon Dec 21 05:58:23 2020"
+#> [1] "Sat Feb 6 18:29:17 2021"
#> ....
#> Minimisation finished
-#> [1] "Mon Dec 21 05:58:30 2020"
@@ -283,10 +283,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Sat Feb 6 18:29:17 2021"
+#> [1] "Sat Feb 13 12:33:07 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 6 18:29:23 2021"
@@ -283,10 +283,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Sat Feb 13 12:33:07 2021"
+#> [1] "Mon Feb 15 17:12:17 2021"
#> ....
#> Minimisation finished
-#> [1] "Sat Feb 13 12:33:13 2021"
@@ -283,10 +283,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Mon Feb 15 17:12:17 2021"
+#> [1] "Tue Mar 9 17:34:35 2021"
#> ....
#> Minimisation finished
-#> [1] "Mon Feb 15 17:12:24 2021"
@@ -157,6 +157,8 @@
xlim = range(x$data$time),
resplot = c("predicted", "time"),
pred_over = NULL,
+ test_log_parms = FALSE,
+ conf.level = 0.6,
ymax = "auto",
maxabs = "auto",
ncol.legend = ifelse(length(i) <= 3, length(i) + 1, ifelse(length(i) <= 8, 3, 4)),
@@ -210,6 +212,16 @@ predicted values?
pred_over |
Named list of alternative predictions as obtained
from mkinpredict with a compatible mkinmod. |
+
+
+ test_log_parms |
+ Passed to mean_degparms in the case of an
+mixed.mmkin object |
+
+
+ conf.level |
+ Passed to mean_degparms in the case of an
+mixed.mmkin object |
ymax |
@@ -278,16 +290,21 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Tue Mar 9 17:34:35 2021"
+#> [1] "Fri Jun 11 10:56:37 2021"
#> ....
#> Minimisation finished
-#> [1] "Tue Mar 9 17:34:42 2021"
#> Error in nlmix(f_obs): could not find function "nlmix"
#> Error in plot(f_nlmix): object 'f_nlmix' not found
@@ -296,10 +296,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Fri Jun 11 10:56:37 2021"
+#> [1] "Tue Jul 27 16:30:50 2021"
#> ....
#> Minimisation finished
-#> [1] "Fri Jun 11 10:56:44 2021"
@@ -296,10 +296,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Tue Jul 27 16:30:50 2021"
+#> [1] "Thu Jul 29 12:13:54 2021"
#> ....
#> Minimisation finished
-#> [1] "Tue Jul 27 16:30:58 2021"
#> Running main SAEM algorithm
-#> [1] "Thu Jul 29 12:13:54 2021"
+#> [1] "Wed Aug 4 16:21:52 2021"
#> ....
#> Minimisation finished
-#> [1] "Thu Jul 29 12:14:02 2021"
@@ -296,10 +296,10 @@ corresponding model prediction lines for the different datasets.
#> Running main SAEM algorithm
-#> [1] "Wed Aug 4 16:21:52 2021"
+#> [1] "Thu Sep 16 14:34:31 2021"
#> ....
#> Minimisation finished
-#> [1] "Wed Aug 4 16:22:00 2021"
#> Running main SAEM algorithm
-#> [1] "Thu Sep 16 14:34:31 2021"
-#> ....
-#> Minimisation finished
-#> [1] "Thu Sep 16 14:34:38 2021"
+
#> Error in saem(f, transformations = "saemix"): unused argument (transformations = "saemix")
#> Error in plot(f_saem): object 'f_saem' not found
#> Error in nlmix(f_obs): could not find function "nlmix"
# }
+
#> Error in plot(f_saem, pred_over = list(nlme = pred_nlme)): object 'f_saem' not found
# }