From 7a3f2ee22419608a8a634fd4d71d7176303b2f41 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 19 Sep 2022 12:55:00 +0200 Subject: Improve parhist and llhist In particular, adapt the display of parameter boxplots for saem fits using mkin transformations to the way used for saem fits using saemix transformations, i.e. always show parameters on the natural scale, and normalised them by dividing by the median from the multiple runs. --- man/parhist.Rd | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'man') diff --git a/man/parhist.Rd b/man/parhist.Rd index 1f517298..a8319283 100644 --- a/man/parhist.Rd +++ b/man/parhist.Rd @@ -4,7 +4,7 @@ \alias{parhist} \title{Plot parameter distributions from multistart objects} \usage{ -parhist(object, lpos = "topleft", main = "", ...) +parhist(object, lpos = "bottomleft", main = "", ...) } \arguments{ \item{object}{The \link{multistart} object} @@ -16,12 +16,8 @@ parhist(object, lpos = "topleft", main = "", ...) \item{\dots}{Passed to \link{boxplot}} } \description{ -Produces a boxplot with all parameters from the multiple runs, scaled using -their medians. If parameter transformations were done by mkin (default in -\link{saem}), then the parameters found by saem are on the transformed scale, and -scaling is simply done by subtracting the median. If parameter -transformations were done by saemix, scaling is done by dividing by the -median, 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). } \references{ Duchesne R, Guillemin A, Gandrillon O, Crauste F. Practical -- cgit v1.2.1