diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-19 12:55:00 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-19 12:55:00 +0200 |
commit | 7a3f2ee22419608a8a634fd4d71d7176303b2f41 (patch) | |
tree | 292447a0f0f647253ac269074ba7b6ce4139c576 /man/parhist.Rd | |
parent | 062a1be18677a4e83a64d23622b5214258d9bc7d (diff) |
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.
Diffstat (limited to 'man/parhist.Rd')
-rw-r--r-- | man/parhist.Rd | 10 |
1 files changed, 3 insertions, 7 deletions
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 |