diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-26 18:38:51 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-26 18:52:01 +0200 |
commit | 675a733fa2acc08daabb9b8b571c7d658f281f73 (patch) | |
tree | ef29cec38aa6d446f7956c0e423cca6bed2e21c0 /NEWS.md | |
parent | 5e85d8856e7c9db3c52bb6ac5a0a81e2f0c6181c (diff) |
Use all cores per default, confint tolerance
Also, use more intelligent starting values for the variance of the
random effects for saemix. While this does not appear to speed up
the convergence, it shows where this variance is greatly reduced
by using mixed-effects models as opposed to the separate independent
fits.
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ - 'saemix_model', 'saemix_data': Helper functions to fit nonlinear mixed-effects models for mmkin row objects using the saemix package +- 'mmkin' and 'confint(method = 'profile'): Use all cores detected by parallel::detectCores() per default + +- 'confint(method = 'profile'): Choose accuracy based on 'rel_tol' argument, relative to the bounds obtained by the quadratic approximation + # mkin 0.9.50.2 (2020-05-12) - Increase tolerance for a platform specific test results on the Solaris test machine on CRAN |