diff options
Diffstat (limited to 'man/parhist.Rd')
-rw-r--r-- | man/parhist.Rd | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/man/parhist.Rd b/man/parhist.Rd deleted file mode 100644 index f86ff734..00000000 --- a/man/parhist.Rd +++ /dev/null @@ -1,43 +0,0 @@ -% 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, - llmin = -Inf, - scale = c("best", "median"), - lpos = "bottomleft", - main = "", - ... -) -} -\arguments{ -\item{object}{The \link{multistart} object} - -\item{llmin}{The minimum likelihood of objects to be shown} - -\item{scale}{By default, scale parameters using the best available fit. -If 'median', parameters are scaled using the median parameters from all fits.} - -\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 -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). -} -\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} -} |