From fd4bd411df739903279d8b52faa19d5059afbda7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 09:46:33 +0100 Subject: Improved printing for illparms() For the case of single fits and no ill-defined parameters found --- man/illparms.Rd | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/illparms.Rd b/man/illparms.Rd index 90adf2bb..ebc3185a 100644 --- a/man/illparms.Rd +++ b/man/illparms.Rd @@ -41,8 +41,7 @@ tested?} \value{ For \link{mkinfit} or \link{saem} objects, a character vector of parameter names. For \link{mmkin} or \link{mhmkin} objects, a matrix like object of class -'illparms.mmkin' or 'illparms.mhmkin'. The latter objects have a suitable -printing method. +'illparms.mmkin' or 'illparms.mhmkin'. } \description{ The method for generalised nonlinear regression fits as obtained @@ -59,6 +58,10 @@ effects expressed as standard deviations include zero, and if the confidence intervals for the error model parameters include zero. } +\note{ +All objects have printing methods. For the single fits, printing +does not output anything in the case no ill-defined parameters are found. +} \examples{ fit <- mkinfit("FOMC", FOCUS_2006_A, quiet = TRUE) illparms(fit) -- cgit v1.2.1