diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-04 08:10:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-04 08:10:33 +0200 |
commit | 7e8d788d298b8e1492fd8f62d88456e99e0f5992 (patch) | |
tree | 0ec78730e5d6cd5367420b2f04effbd1cc1b0f3f /NEWS.md | |
parent | d004cfb133b2b38808a736916152b85c5df6568f (diff) |
Address failures of CRAN checks, improve NEWSv0.9.49.5
Static documentation rebuilt by pkgdown
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# mkin 0.9.49.5 (2019-07-03) +# mkin 0.9.49.5 (2019-07-04) - Several algorithms for minimization of the negative log-likelihood for non-constant error models (two-component and variance by variable). In the case the error model is constant variance, least squares is used as this is more stable. The default algorithm 'd_3' tries direct minimization and a three-step procedure, and returns the model with the highest likelihood. @@ -14,7 +14,7 @@ - Add a simple benchmark vignette to document the impact on performance. -- The code for manual weighting was removed. This functionality might get added again at a later time. +- The code for manual weighting was removed. This functionality might get added again at a later time. For the time being, please use an earlier version, e.g. 0.9.48.1 if you want to do manual weighting. - The fitting time reported in the summary now includes the time used for calculation of the hessians @@ -22,6 +22,8 @@ - Fix an error in the FOCUS chi2 error level calculations that occurred if parameters were specified in parms.ini that were not in the model. A warning was already issued, but when fitting in parallel via mmkin this could go unnoticed. +- Add example datasets obtained from risk assessment reports published by the European Food Safety Agency. + # mkin 0.9.48.1 (2019-03-04) - Add the function 'logLik.mkinfit' which makes it possible to calculate an AIC for mkinfit objects |