diff options
Diffstat (limited to 'docs/dev/news/index.html')
-rw-r--r-- | docs/dev/news/index.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 7e39aa46..dad1622d 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -141,15 +141,20 @@ <small>Source: <a href='http://github.com/jranke/mkin/blob/master/NEWS.md'><code>NEWS.md</code></a></small> </div> - <div id="mkin-0-9-50-3-unreleased" class="section level1"> + <div id="mkin-0-9-50-3" class="section level1"> <h1 class="page-header" data-toc-text="0.9.50.3"> -<a href="#mkin-0-9-50-3-unreleased" class="anchor"></a>mkin 0.9.50.3 (unreleased)<small> Unreleased </small> +<a href="#mkin-0-9-50-3" class="anchor"></a>mkin 0.9.50.3<small> Unreleased </small> </h1> <ul> <li><p>‘parms’: Add a method for mmkin objects</p></li> -<li><p>‘saemix_model’, ‘saemix_data’: Helper functions to fit nonlinear mixed-effects models for mmkin row objects using the saemix package</p></li> <li><p>‘mmkin’ and ‘confint(method = ’profile’): Use all cores detected by parallel::detectCores() per default</p></li> <li><p>‘confint(method = ’profile’): Choose accuracy based on ‘rel_tol’ argument, relative to the bounds obtained by the quadratic approximation</p></li> +<li><p>‘mkinfit’: Make ‘use_of_ff’ = “max” also the default for models specified using short names like “SFO” or “FOMC”</p></li> +<li><p>‘mkinfit’: Run ‘stats::shapiro.test()’ on standardized residuals and warn if p < 0.05</p></li> +<li><p>‘mkinfit’: ‘error_model_algorithm’ = ‘d_3’ does not fail if direct fitting fails, but reports that the results for the threestep algorithm are returned</p></li> +<li><p>‘mmkin’: Do not fail any more if one of the fits fails, but assign the try-error to the respective position in the mmkin object</p></li> +<li><p>‘mkinfit’: Ignore components of state.ini that do not correspond to state variables in the model</p></li> +<li><p>‘endpoints’: Back-calculate DT50 value from DT90 also for the biphasic models DFOP, HS and SFORB</p></li> </ul> </div> <div id="mkin-0-9-50-2-2020-05-12" class="section level1"> @@ -765,7 +770,7 @@ <a href="#mkin-0-9-27-2014-05-10" class="anchor"></a>mkin 0.9-27 (2014-05-10)<small> 2014-05-10 </small> </h1> <ul> -<li><p>Fork the GUI into a separate package <a href="http://github.com/jranke/gmkin">gmkin</a></p></li> +<li><p>Fork the GUI into a separate package <a href="https://github.com/jranke/gmkin">gmkin</a></p></li> <li><p>DESCRIPTION, NAMESPACE, TODO: Adapt and add copyright information</p></li> <li><p>Remove files belonging to the GUI</p></li> <li><p>Possibility to fit without parameter transformations, using bounds as implemented in FME</p></li> |