diff options
Diffstat (limited to 'man/illparms.Rd')
-rw-r--r-- | man/illparms.Rd | 7 |
1 files changed, 5 insertions, 2 deletions
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) |