From d25974f643ee46b7cd5ccd8331dd7bb0b14ab27a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2022 09:36:44 +0200 Subject: Don't test parhist and llhist on travis, docs --- docs/dev/reference/parhist.html | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) (limited to 'docs/dev/reference/parhist.html') diff --git a/docs/dev/reference/parhist.html b/docs/dev/reference/parhist.html index bc230c21..27fc116f 100644 --- a/docs/dev/reference/parhist.html +++ b/docs/dev/reference/parhist.html @@ -1,6 +1,7 @@ -Plot parameter distributions from multistart objects — parhist • mkinPlot parameter distributions from multistart objects — parhist • mkin @@ -87,12 +88,20 @@ using their medians as in the paper by Duchesne et al. (2021)."> -

Produces a boxplot with all parameters from the multiple runs, divided by -using their medians as in the paper by Duchesne et al. (2021).

+

Produces a boxplot with all parameters from the multiple runs, scaled +either by the parameters of the run with the highest likelihood, +or by their medians as proposed in the paper by Duchesne et al. (2021).

-
parhist(object, lpos = "bottomleft", main = "", ...)
+
parhist(
+  object,
+  llmin = -Inf,
+  scale = c("best", "median"),
+  lpos = "bottomleft",
+  main = "",
+  ...
+)
@@ -101,6 +110,15 @@ using their medians as in the paper by Duchesne et al. (2021).

The multistart object

+
llmin
+

The minimum likelihood of objects to be shown

+ + +
scale
+

By default, scale parameters using the best available fit. +If 'median', parameters are scaled using the median parameters from all fits.

+ +
lpos

Positioning of the legend.

-- cgit v1.2.1