diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 12:19:03 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-11-01 12:19:03 +0100 |
commit | bbb74d4f60033899cd5cdd36aa70f157bc52209e (patch) | |
tree | ca0f620ba0ffd59ff242071260d2346e4ca254ff /NEWS.md | |
parent | 70e48e8360875f22970174d409c46cb3f076fa99 (diff) |
Fix bug in yesterdays release, add methods for BIC
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ -# mkin 0.9.49.6 (unreleased) +# mkin 0.9.49.7 (2019-11-01) + +- Fix a bug introduced in 0.9.49.6 that occurred if the direct optimisation yielded a higher likelihood than the three-step optimisation in the d_3 algorithm, which caused the fitted parameters of the three-step optimisation to be returned instead of the parameters of the direct optimisation + +- Add an 'nobs' method for mkinfit methods, enabling the default 'BIC' method from the stats package. Also, add a 'BIC' method for mmkin column objects. + +# mkin 0.9.49.6 (2019-10-31) - Implement a likelihood ratio test as a method for 'lrtest' from the lmtest package |