From a54bd290bc3884d0000c52c1b29bc557825d9eae Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 15 Dec 2022 14:50:28 +0100
Subject: List random effects correlations in output if any
Update docs
---
docs/dev/reference/parplot.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
(limited to 'docs/dev/reference/parplot.html')
diff --git a/docs/dev/reference/parplot.html b/docs/dev/reference/parplot.html
index 9852b694..720c0b2a 100644
--- a/docs/dev/reference/parplot.html
+++ b/docs/dev/reference/parplot.html
@@ -103,6 +103,7 @@ or by their medians as proposed in the paper by Duchesne et al. (2021).
parplot(
object,
llmin = -Inf,
+ llquant = NA,
scale = c("best", "median"),
lpos = "bottomleft",
main = "",
@@ -124,8 +125,14 @@ or by their medians as proposed in the paper by Duchesne et al. (2021).
The minimum likelihood of objects to be shown
+llquant
+Fractional value for selecting only the fits with higher
+likelihoods. Overrides 'llmin'.
+
+
scale
-By default, scale parameters using the best available fit.
+
By default, scale parameters using the best
+available fit.
If 'median', parameters are scaled using the median parameters from all fits.
--
cgit v1.2.1