diff options
-rw-r--r-- | NEWS.md | 2 | ||||
-rw-r--r-- | docs/news/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ - 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. +- Add a 'nobs' method for mkinfit objects, 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) diff --git a/docs/news/index.html b/docs/news/index.html index 6b0b89fa..00257521 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -147,7 +147,7 @@ </h1> <ul> <li><p>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</p></li> -<li><p>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.</p></li> +<li><p>Add a ‘nobs’ method for mkinfit objects, enabling the default ‘BIC’ method from the stats package. Also, add a ‘BIC’ method for mmkin column objects.</p></li> </ul> </div> <div id="mkin-0-9-49-6-2019-10-31" class="section level1"> |