From bbb74d4f60033899cd5cdd36aa70f157bc52209e Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 1 Nov 2019 12:19:03 +0100 Subject: Fix bug in yesterdays release, add methods for BIC --- NEWS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'NEWS.md') diff --git a/NEWS.md b/NEWS.md index 2bd7a242..78423592 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 -- cgit v1.2.1