diff options
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,4 +1,22 @@ -# mkin 1.0.4 (Unreleased) +# mkin 1.0.4.9000 + +## General + +- Switch to a versioning scheme where the fourth version component indicates development versions + +## Mixed-effects models + +- Reintroduce the interface to the current development version of saemix, in particular: + +- 'saemix_model' and 'saemix_data': Helper functions to set up nonlinear mixed-effects models for mmkin row objects + +- 'saem': generic function to fit saemix models using 'saemix_model' and 'saemix_data', with a generator 'saem.mmkin', summary and plot methods + +- 'mean_degparms': New argument 'test_log_parms' that makes the function only consider log-transformed parameters where the untransformed parameters pass the t-test for a certain confidence level. This can be used to obtain more plausible starting parameters for 'saem' + +- 'plot.mixed.mmkin': Gains arguments 'test_log_parms' and 'conf.level' + +# mkin 1.0.4 (2021-04-20) - All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters |