From fd205e13061de8abc595d266f3b0c7650773d442 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 16 Sep 2022 21:06:54 +0200 Subject: Improve multistart documentation, bugfix - Split out llhist and parhist documentation - Add example code for multistart - Create a multistart vignette, because the example code fails when run by pkgdown - Fix multistart for the case of mkin transformations in the saem fit --- docs/dev/reference/llhist.html | 147 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/dev/reference/llhist.html (limited to 'docs/dev/reference/llhist.html') diff --git a/docs/dev/reference/llhist.html b/docs/dev/reference/llhist.html new file mode 100644 index 00000000..2eb77a82 --- /dev/null +++ b/docs/dev/reference/llhist.html @@ -0,0 +1,147 @@ + +Plot the distribution of log likelihoods from multistart objects — llhist • mkin + + +
+
+ + + +
+
+ + +
+

Produces a histogram of log-likelihoods, and an overlayed kernel density +estimate. In addition, the likelihood of the original fit is shown as +a red vertical line.

+
+ +
+
llhist(object, breaks = "Sturges", lpos = "topleft", main = "", ...)
+
+ +
+

Arguments

+
object
+

The multistart object

+ + +
breaks
+

Passed to hist

+ + +
lpos
+

Positioning of the legend.

+ + +
main
+

Title of the plot

+ + +
...
+

Passed to hist

+ +
+
+

See also

+ +
+ +
+ +
+ + +
+ + + + + + + + -- cgit v1.2.1