diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-21 12:33:35 +0200 |
commit | 32e38914d066c28db060e912b5df6c24470c9e14 (patch) | |
tree | 570ffc1fec502ceb1349bd59df80e41fc85f7edf /man/parhist.Rd | |
parent | a4a6585639c09d0174df4e14f7dc912f2ba339f9 (diff) |
Add a simple anova method for model comparison
Update docs
Diffstat (limited to 'man/parhist.Rd')
-rw-r--r-- | man/parhist.Rd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/parhist.Rd b/man/parhist.Rd index 67bbadad..f86ff734 100644 --- a/man/parhist.Rd +++ b/man/parhist.Rd @@ -6,6 +6,7 @@ \usage{ parhist( object, + llmin = -Inf, scale = c("best", "median"), lpos = "bottomleft", main = "", @@ -15,6 +16,8 @@ parhist( \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.} |