diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 09:46:33 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-01 09:46:33 +0100 |
commit | fd4bd411df739903279d8b52faa19d5059afbda7 (patch) | |
tree | ca1ea04a1d6e54949e5d69147d5ac253efaf95d7 /man | |
parent | 300aa6ec27529f46deda07874566dc8fcee4e6e7 (diff) |
Improved printing for illparms()
For the case of single fits and no ill-defined parameters found
Diffstat (limited to 'man')
-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) |