From 7777ff3b019e54364947ff393e2dab782d7cfe3c Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Fri, 10 Apr 2020 08:26:44 +0200
Subject: Improve nlme function docs
---
docs/reference/mmkin.html | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
(limited to 'docs/reference/mmkin.html')
diff --git a/docs/reference/mmkin.html b/docs/reference/mmkin.html
index 8e1ea54f..c1f62be7 100644
--- a/docs/reference/mmkin.html
+++ b/docs/reference/mmkin.html
@@ -72,7 +72,7 @@ datasets specified in its first two arguments." />
mkin
- 0.9.49.9
+ 0.9.49.10
@@ -183,8 +183,9 @@ for parallel execution.
Value
- A matrix of mkinfit
objects that can be indexed using
- the model and dataset names as row and column indices.
+ A two-dimensional array
of mkinfit
+ objects that can be indexed using the model names for the first index (row index)
+ and the dataset names for the second index (column index).
See also
[.mmkin
for subsetting, plot.mmkin
for
@@ -207,15 +208,12 @@ for parallel execution.
time_1 <- system.time(
fits.4 <- mmkin(
models,
datasets,
cores = 1,
quiet = TRUE))
time_default#> User System verstrichen
-#> 18.739 0.379 6.198
time_1
#> User System verstrichen
-#> 19.910 0.000 19.925
+#> 16.471 0.352 5.654
time_1
#> User System verstrichen
+#> 19.578 0.000 19.590
#> $ff
#> parent_M1 parent_sink M1_M2 M1_sink
#> 0.7340480 0.2659520 0.7505686 0.2494314
#>
-#> $SFORB
-#> logical(0)
-#>
#> $distimes
#> DT50 DT90
#> parent 0.8777689 2.915885
--
cgit v1.2.1