From af7c6de4db9981ac814362c441fbac22c8faa2d7 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 24 Nov 2022 09:02:26 +0100
Subject: Start online docs of the development version
---
docs/dev/reference/saem.html | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'docs/dev/reference/saem.html')
diff --git a/docs/dev/reference/saem.html b/docs/dev/reference/saem.html
index d2e930e1..d18cb848 100644
--- a/docs/dev/reference/saem.html
+++ b/docs/dev/reference/saem.html
@@ -19,7 +19,7 @@ Expectation Maximisation algorithm (SAEM).">
mkin
- 1.2.0
+ 1.2.2
@@ -113,7 +113,7 @@ Expectation Maximisation algorithm (SAEM).
covariates = NULL,
covariate_models = NULL,
no_random_effect = NULL,
- error.init = c(3, 0.1),
+ error.init = c(1, 1),
nbiter.saemix = c(300, 100),
control = list(displayProgress = FALSE, print = FALSE, nbiter.saemix = nbiter.saemix,
save = FALSE, save.graphs = FALSE),
@@ -430,10 +430,10 @@ using mmkin.
summary(f_saem_dfop_sfo, data = TRUE)
#> saemix version used for fitting: 3.2
-#> mkin version used for pre-fitting: 1.2.0
+#> mkin version used for pre-fitting: 1.2.2
#> R version used for fitting: 4.2.2
-#> Date of fit: Wed Nov 16 10:49:43 2022
-#> Date of summary: Wed Nov 16 10:49:43 2022
+#> Date of fit: Thu Nov 24 08:11:00 2022
+#> Date of summary: Thu Nov 24 08:11:01 2022
#>
#> Equations:
#> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -448,7 +448,7 @@ using mmkin.
#>
#> Model predictions using solution type analytical
#>
-#> Fitted in 8.935 s
+#> Fitted in 8.778 s
#> Using 300, 100 iterations and 10 chains
#>
#> Variance model: Constant variance
--
cgit v1.2.1