aboutsummaryrefslogtreecommitdiff
path: root/man/parhist.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-09-16 21:06:54 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-09-16 21:06:54 +0200
commitfd205e13061de8abc595d266f3b0c7650773d442 (patch)
tree73fc6d4e33f758bec1c45189e39d1533f186a99b /man/parhist.Rd
parentafe466d01ccf60a9746616ebc0e06f0383aa814f (diff)
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
Diffstat (limited to 'man/parhist.Rd')
-rw-r--r--man/parhist.Rd34
1 files changed, 34 insertions, 0 deletions
diff --git a/man/parhist.Rd b/man/parhist.Rd
new file mode 100644
index 00000000..1f517298
--- /dev/null
+++ b/man/parhist.Rd
@@ -0,0 +1,34 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/parhist.R
+\name{parhist}
+\alias{parhist}
+\title{Plot parameter distributions from multistart objects}
+\usage{
+parhist(object, lpos = "topleft", main = "", ...)
+}
+\arguments{
+\item{object}{The \link{multistart} object}
+
+\item{lpos}{Positioning of the legend.}
+
+\item{main}{Title of the plot}
+
+\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).
+}
+\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.
+}
+\seealso{
+\link{multistart}
+}

Contact - Imprint