aboutsummaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-06-24 17:42:42 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-06-24 17:52:47 +0200
commit5f4a25fad9a5323611855145e6b31267b3ed9e50 (patch)
tree01c348472972dd6887b3ca52a04bc3a8986830bc /NEWS.md
parent32f527a92f072a45e01da3ca1354aa03fe86351e (diff)
Convert main vignette to Rmd/html, add_err(), fixes
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index bc593f98..6669fdb2 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -6,22 +6,28 @@
- 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.
+- The main vignette `mkin` was converted to R markdown and updated
-- A test has been added to containing a corresponding edge case to check that the warnings are correctly issued and the fit does not terminate.
+- The function `add_err` was added to the package, making it easy to generate simulated data using an error model based on the normal distribution
### Minor changes
- Remove an outdated reference to the inline package in the `compiled_models` vignette
+- `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 a corresponding edge case to check that the warnings are correctly issued and the fit does not terminate.
+
### Bug fixes
- `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.
+- `plot.mmkin`: Removed some leftover code that set the plot margins wrongly in the case of a single fit to be plotted, so the main title was misplaced
+
## mkin 0.9.42 (2016-03-25)
### Major changes

Contact - Imprint