diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-17 14:33:28 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-06-17 14:33:28 +0200 |
commit | 2ca43bb78294dd2dc85816a0e90d4e7d869a86a8 (patch) | |
tree | 54608655ecc19833ee1743d1fa186c95850789e9 /NEWS.md | |
parent | cb611bf3e1603d0e1636d32016e53c8a3498a0a0 (diff) |
Change the title of the package, small bugfix
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,8 @@ ### Major changes +- The title was changed to `Kinetic evaluations of chemical degradation data` + - `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. @@ -18,6 +20,8 @@ - `endpoints`: When the name of a substance degrading to a metabolite (e.g. a parent compound) used in the model formulation ended in the letter `f`, some rate parameters could be listed as formation fractions with mixed up names. These would also appear in the summary. +- `mkinfit`: Check for all observed variables when checking if the user tried to fix formation fractions when fitting them using ilr transformation. + ## mkin 0.9.42 (2016-03-25) ### Major changes |