From a9427a09abdf7ce9aaeae7c7190f90c8f2e5ef52 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Mon, 15 Feb 2021 14:08:13 +0100
Subject: Improve README, introductory vignette and some other docs
Also bump version to 1.0.3.
---
docs/reference/nlme.mmkin.html | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
(limited to 'docs/reference/nlme.mmkin.html')
diff --git a/docs/reference/nlme.mmkin.html b/docs/reference/nlme.mmkin.html
index 2e4f6337..189e34ef 100644
--- a/docs/reference/nlme.mmkin.html
+++ b/docs/reference/nlme.mmkin.html
@@ -74,7 +74,7 @@ have been obtained by fitting the same model to a list of datasets." />
mkin
- 1.0.0
+ 1.0.3
@@ -157,7 +157,7 @@ have been obtained by fitting the same model to a list of datasets.
data = "auto",
fixed = lapply(as.list(names(mean_degparms(model))), function(el) eval(parse(text =
paste(el, 1, sep = "~")))),
- random = pdDiag(fixed),
+ random = pdDiag(fixed),
groups,
start = mean_degparms(model, random = TRUE),
correlation = NULL,
@@ -290,7 +290,7 @@ methods that will automatically work on 'nlme.mmkin' objects, such as
anova(f_nlme_sfo, f_nlme_dfop)
#> Model df AIC BIC logLik Test L.Ratio p-value
#> f_nlme_sfo 1 5 625.0539 637.5529 -307.5269
-#> f_nlme_dfop 2 9 495.1270 517.6253 -238.5635 1 vs 2 137.9268 <.0001
#> Kinetic nonlinear mixed-effects model fit by maximum likelihood
#>
#> Structural model:
@@ -318,7 +318,7 @@ methods that will automatically work on 'nlme.mmkin' objects, such as
#> $distimes
#> DT50 DT90 DT50back DT50_k1 DT50_k2
-#> parent 10.79857 100.7937 30.34192 4.193937 43.85442
+#> parent 10.79857 100.7937 30.34193 4.193938 43.85443
#>
#> Model df AIC BIC logLik Test L.Ratio p-value
-#> f_nlme_dfop_sfo 1 13 843.8547 884.6201 -408.9274
-#> f_nlme_sfo_sfo 2 9 1085.1821 1113.4043 -533.5910 1 vs 2 249.3274 <.0001
+#> f_nlme_dfop_sfo 1 13 843.8548 884.6201 -408.9274
+#> f_nlme_sfo_sfo 2 9 1085.1821 1113.4043 -533.5910 1 vs 2 249.3273 <.0001
#> $ff
#> parent_sink parent_A1 A1_sink
@@ -364,12 +364,12 @@ methods that will automatically work on 'nlme.mmkin' objects, such as
#>
#> $ff
#> parent_A1 parent_sink
-#> 0.2768574 0.7231426
+#> 0.2768575 0.7231425
#>
#> $distimes
#> DT50 DT90 DT50back DT50_k1 DT50_k2
-#> parent 11.07091 104.6320 31.49738 4.462384 46.20825
-#> A1 162.30523 539.1663 NA NA NA
+#> parent 11.07091 104.6320 31.49737 4.462384 46.20825
+#> A1 162.30492 539.1653 NA NA NA
#>
+#> 2.23223147 0.01262395
#> Model df AIC BIC logLik Test L.Ratio
-#> f_nlme_dfop_sfo 1 13 843.8547 884.6201 -408.9274
-#> f_nlme_dfop_sfo_obs 2 14 817.5338 861.4350 -394.7669 1 vs 2 28.32089
+#> f_nlme_dfop_sfo 1 13 843.8548 884.6201 -408.9274
+#> f_nlme_dfop_sfo_obs 2 14 817.5338 861.4350 -394.7669 1 vs 2 28.32093
#> p-value
#> f_nlme_dfop_sfo
#> f_nlme_dfop_sfo_obs <.0001
--
cgit v1.2.1