From 82c8b014c537c0634615c3c007aa4a3fa672307f Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Mon, 9 Nov 2020 09:24:34 +0100
Subject: Doc improvements
---
docs/dev/reference/summary.saem.mmkin.html | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
(limited to 'docs/dev/reference/summary.saem.mmkin.html')
diff --git a/docs/dev/reference/summary.saem.mmkin.html b/docs/dev/reference/summary.saem.mmkin.html
index 75ede09f..e718806e 100644
--- a/docs/dev/reference/summary.saem.mmkin.html
+++ b/docs/dev/reference/summary.saem.mmkin.html
@@ -208,6 +208,7 @@ produced
dataThe data
confint_transTransformed parameters as used in the optimisation, with confidence intervals
confint_backBacktransformed parameters, with confidence intervals if available
+confint_errmodError model parameters with confidence intervals
ffThe estimated formation fractions derived from the fitted
model.
distimesThe DT50 and DT90 values for each observed variable.
@@ -258,15 +259,15 @@ saemix authors for the parts inherited from saemix.
f_mmkin_dfop_sfo <- mmkin(list(dfop_sfo), ds_syn_dfop_sfo, quiet = TRUE, error_model = "tc", cores = 5)
f_saem_dfop_sfo <- saem(f_mmkin_dfop_sfo)
#> Running main SAEM algorithm
-#> [1] "Mon Nov 9 09:11:04 2020"
+#> [1] "Mon Nov 9 09:24:08 2020"
#> ....
#> Minimisation finished
-#> [1] "Mon Nov 9 09:11:16 2020"
#> saemix version used for fitting: 3.1.9000
#> mkin version used for pre-fitting: 0.9.50.4
#> R version used for fitting: 4.0.3
-#> Date of fit: Mon Nov 9 09:11:17 2020
-#> Date of summary: Mon Nov 9 09:11:17 2020
+#> Date of fit: Mon Nov 9 09:24:22 2020
+#> Date of summary: Mon Nov 9 09:24:22 2020
#>
#> Equations:
#> d_parent/dt = - ((k1 * g * exp(-k1 * time) + k2 * (1 - g) * exp(-k2 *
@@ -281,7 +282,7 @@ saemix authors for the parts inherited from saemix.
#>
#> Model predictions using solution type analytical
#>
-#> Fitted in 13.497 s using 300, 100 iterations
+#> Fitted in 13.457 s using 300, 100 iterations
#>
#> Variance model: Two-component variance function
#>
--
cgit v1.2.1