diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-09-13 09:27:42 +0200 |
commit | 569a5790c2f8cca4dc6d8c5a53bd3b7a9f65441f (patch) | |
tree | 38591f104527a1570dc25af0769444398c4395bb /man/multistart.Rd | |
parent | cba325aa66d36e210499b42a9761e3e90fc3d5fe (diff) |
More work on multistart
Diffstat (limited to 'man/multistart.Rd')
-rw-r--r-- | man/multistart.Rd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/multistart.Rd b/man/multistart.Rd index ff60b01d..347b12fb 100644 --- a/man/multistart.Rd +++ b/man/multistart.Rd @@ -3,11 +3,17 @@ \name{multistart} \alias{multistart} \alias{multistart.saem.mmkin} +\alias{print.multistart} +\alias{summary.multistart.saem.mmkin} \title{Perform a hierarchical model fit with multiple starting values} \usage{ multistart(object, n = 50, cores = 1, ...) \method{multistart}{saem.mmkin}(object, n = 50, cores = 1, ...) + +\method{print}{multistart}(x, ...) + +\method{summary}{multistart.saem.mmkin}(object) } \arguments{ \item{object}{The fit object to work with} |