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/mmkin.html | 31 ++++++++++++++++++-------------
1 file changed, 18 insertions(+), 13 deletions(-)
(limited to 'docs/dev/reference/mmkin.html')
diff --git a/docs/dev/reference/mmkin.html b/docs/dev/reference/mmkin.html
index 651eb9a6..65c91adf 100644
--- a/docs/dev/reference/mmkin.html
+++ b/docs/dev/reference/mmkin.html
@@ -75,7 +75,7 @@ datasets specified in its first two arguments." />
mkin
- 0.9.50.4
+ 1.0.1.9000
@@ -124,7 +124,7 @@ datasets specified in its first two arguments." />
-
-
+
@@ -158,7 +158,10 @@ datasets specified in its first two arguments.
cores = parallel::detectCores(),
cluster = NULL,
...
-)
+)
+
+# S3 method for mmkin
+print(x, ...)
Arguments
@@ -189,7 +192,11 @@ for parallel execution.
... |
- Further arguments that will be passed to mkinfit . |
+ Not used. |
+
+
+ x |
+ An mmkin object. |
@@ -227,19 +234,19 @@ plotting.
time_default
#> user system elapsed
-#> 4.968 0.427 1.342
time_1
+#> 4.438 0.334 1.640
time_1
#> user system elapsed
-#> 5.365 0.000 5.368
+#> 5.535 0.004 5.539
#> $ff
#> parent_M1 parent_sink M1_M2 M1_sink
-#> 0.7340478 0.2659522 0.7505687 0.2494313
+#> 0.7340481 0.2659519 0.7505683 0.2494317
#>
#> $distimes
#> DT50 DT90
#> parent 0.877769 2.915885
-#> M1 2.325746 7.725960
-#> M2 33.720083 112.015691
+#> M1 2.325744 7.725956
+#> M2 33.720100 112.015749
#>
#> dataset
#> model A B C D
#> SFO OK OK OK OK
-#> FOMC C OK OK OK
+#> FOMC OK OK OK OK
#> DFOP OK OK OK OK
#>
-#> OK: No warnings
-#> C: Optimisation did not converge:
-#> false convergence (8)# We get false convergence for the FOMC fit to FOCUS_2006_A because this
+#> OK: No warnings
# We get false convergence for the FOMC fit to FOCUS_2006_A because this
# dataset is really SFO, and the FOMC fit is overparameterised
stopCluster(cl)
# }
--
cgit v1.2.1