From e5d1df9a9b1f0951d7dfbaf24eee4294470b73e2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2022 14:54:20 +0100 Subject: Complete update of online docs for v1.2.0 --- docs/reference/parplot.html | 175 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 docs/reference/parplot.html (limited to 'docs/reference/parplot.html') diff --git a/docs/reference/parplot.html b/docs/reference/parplot.html new file mode 100644 index 00000000..f4f3c811 --- /dev/null +++ b/docs/reference/parplot.html @@ -0,0 +1,175 @@ + +Plot parameter variability of multistart objects — parplot • mkin + + +
+
+ + + +
+
+ + +
+

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

+
+ +
+
parplot(object, ...)
+
+# S3 method for multistart.saem.mmkin
+parplot(
+  object,
+  llmin = -Inf,
+  scale = c("best", "median"),
+  lpos = "bottomleft",
+  main = "",
+  ...
+)
+
+ +
+

Arguments

+
object
+

The multistart object

+ + +
...
+

Passed to boxplot

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

+ + +
main
+

Title of the plot

+ +
+
+

References

+

Duchesne R, Guillemin A, Gandrillon O, Crauste F. Practical +identifiability in the frame of nonlinear mixed effects models: the example +of the in vitro erythropoiesis. BMC Bioinformatics. 2021 Oct 4;22(1):478. +doi: 10.1186/s12859-021-04373-4.

+
+
+

See also

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