From bc3825ae2d12c18ea3d3caf17eb23c93fef180b8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 8 Oct 2020 09:31:35 +0200 Subject: Fix issues for release --- docs/dev/reference/mmkin.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/dev/reference/mmkin.html') diff --git a/docs/dev/reference/mmkin.html b/docs/dev/reference/mmkin.html index 3daf16e1..a5d7ba42 100644 --- a/docs/dev/reference/mmkin.html +++ b/docs/dev/reference/mmkin.html @@ -196,8 +196,9 @@ for parallel execution.

Value

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).

+objects and/or try-errors 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 @@ -218,19 +219,19 @@ plotting.

time_default <- system.time(fits.0 <- mmkin(models, datasets, quiet = TRUE)) time_1 <- system.time(fits.4 <- mmkin(models, datasets, cores = 1, quiet = TRUE))
#> Warning: Optimisation did not converge: -#> false convergence (8)
+#> false convergence (8)
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.0117
#> Warning: Shapiro-Wilk test for standardized residuals: p = 0.0174
time_default
#> user system elapsed -#> 4.499 0.456 1.983
time_1
#> user system elapsed -#> 5.771 0.003 5.777
+#> 4.500 0.399 1.311
time_1
#> user system elapsed +#> 5.154 0.008 5.165
endpoints(fits.0[["SFO_lin", 2]])
#> $ff #> parent_M1 parent_sink M1_M2 M1_sink -#> 0.7340479 0.2659521 0.7505687 0.2494313 +#> 0.7340478 0.2659522 0.7505691 0.2494309 #> #> $distimes #> DT50 DT90 #> parent 0.8777688 2.915885 -#> M1 2.3257457 7.725960 -#> M2 33.7200848 112.015697 +#> M1 2.3257466 7.725963 +#> M2 33.7200800 112.015681 #>
# plot.mkinfit handles rows or columns of mmkin result objects plot(fits.0[1, ])
plot(fits.0[1, ], obs_var = c("M1", "M2"))
plot(fits.0[, 1])
# Use double brackets to extract a single mkinfit object, which will be plotted -- cgit v1.2.1