diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 10:12:54 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-16 10:12:54 +0200 |
commit | 03e1598a3c79911a497758fe382461f288bf05e6 (patch) | |
tree | 9b6476bc8e6d2fc9d3a70ad73f20a4ea5d75735b /man | |
parent | af24cde56a49b532d7f65dd199d176e0ce3cac09 (diff) |
Diagnostic plots for multistart method
Diffstat (limited to 'man')
-rw-r--r-- | man/aw.Rd | 6 | ||||
-rw-r--r-- | man/multistart.Rd | 21 | ||||
-rw-r--r-- | man/saem.Rd | 2 |
3 files changed, 25 insertions, 4 deletions
@@ -4,6 +4,8 @@ \alias{aw} \alias{aw.mkinfit} \alias{aw.mmkin} +\alias{aw.mixed.mmkin} +\alias{aw.multistart} \title{Calculate Akaike weights for model averaging} \usage{ aw(object, ...) @@ -11,6 +13,10 @@ aw(object, ...) \method{aw}{mkinfit}(object, ...) \method{aw}{mmkin}(object, ...) + +\method{aw}{mixed.mmkin}(object, ...) + +\method{aw}{multistart}(object, ...) } \arguments{ \item{object}{An \link{mmkin} column object, containing two or more 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 diff --git a/man/saem.Rd b/man/saem.Rd index dfb652b6..dd787475 100644 --- a/man/saem.Rd +++ b/man/saem.Rd @@ -42,7 +42,7 @@ saemix_model( saemix_data(object, verbose = FALSE, ...) -\method{parms}{saem.mmkin}(x, ci = FALSE, ...) +\method{parms}{saem.mmkin}(object, ci = FALSE, ...) } \arguments{ \item{object}{An \link{mmkin} row object containing several fits of the same |