From 32e38914d066c28db060e912b5df6c24470c9e14 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 21 Oct 2022 12:33:35 +0200 Subject: Add a simple anova method for model comparison Update docs --- man/parhist.Rd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/parhist.Rd') 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.} -- cgit v1.2.1