aboutsummaryrefslogtreecommitdiff
path: root/man/multistart.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-09-16 10:12:54 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-09-16 10:12:54 +0200
commit03e1598a3c79911a497758fe382461f288bf05e6 (patch)
tree9b6476bc8e6d2fc9d3a70ad73f20a4ea5d75735b /man/multistart.Rd
parentaf24cde56a49b532d7f65dd199d176e0ce3cac09 (diff)
Diagnostic plots for multistart method
Diffstat (limited to 'man/multistart.Rd')
-rw-r--r--man/multistart.Rd21
1 files changed, 18 insertions, 3 deletions
diff --git a/man/multistart.Rd b/man/multistart.Rd
index 347b12fb..4dd95503 100644
--- a/man/multistart.Rd
+++ b/man/multistart.Rd
@@ -4,7 +4,9 @@
\alias{multistart}
\alias{multistart.saem.mmkin}
\alias{print.multistart}
-\alias{summary.multistart.saem.mmkin}
+\alias{parms.multistart}
+\alias{parhist}
+\alias{llhist}
\title{Perform a hierarchical model fit with multiple starting values}
\usage{
multistart(object, n = 50, cores = 1, ...)
@@ -13,7 +15,11 @@ multistart(object, n = 50, cores = 1, ...)
\method{print}{multistart}(x, ...)
-\method{summary}{multistart.saem.mmkin}(object)
+\method{parms}{multistart}(object, ...)
+
+parhist(object, lpos = "topleft", ...)
+
+llhist(object, breaks = "Sturges", main = "", lpos = "topleft", ...)
}
\arguments{
\item{object}{The fit object to work with}
@@ -23,7 +29,16 @@ used?}
\item{cores}{How many fits should be run in parallel?}
-\item{\dots}{Passed to the update function.}
+\item{\dots}{Passed to the update function, or to the basic plotting
+function in the case of the graphical function.}
+
+\item{x}{The multistart object to print}
+
+\item{lpos}{Positioning of the legend.}
+
+\item{breaks}{Passed to \link{hist}}
+
+\item{main}{title of the plot}
}
\value{
A list of \link{saem.mmkin} objects, with class attributes

Contact - Imprint