diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-04-21 17:34:38 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-04-21 17:37:54 +0200 |
commit | 0b36fb666b84321814eabbc1a25687ee70d789e6 (patch) | |
tree | c2cecc577993eb641504b6c2d2f1c82b59ece744 /DESCRIPTION | |
parent | ae5e2bf30393a1a97dcc2da4f8e8fd7be7028117 (diff) |
Avoid unnecessary stop in edge case, improve warnings
mkinfit: Do not error out in cases where the fit converges, but the
Jacobian for the untransformed model cost can not be estimated. Give a
warning instead and return NA for the t-test results.
summary.mkinfit: Give a warning message when the covariance matrix can
not be obtained.
A test has been added to containing such an edge case to check that
the warnings are correctly issued and the fit does not terminate.
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 6d98cd32..2b027c58 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Routines for Fitting Kinetic Models with One or More State Variables to Chemical Degradation Data Version: 0.9.42.9000 -Date: 2016-03-25 +Date: 2016-04-21 Authors@R: c(person("Johannes", "Ranke", role = c("aut", "cre", "cph"), email = "jranke@uni-bremen.de"), person("Katrin", "Lindenberger", role = "ctb"), |