From 0c9b2f0e3c8ce65cb790c9e048476784cbbea070 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 11 Jun 2021 11:14:45 +0200 Subject: Finished 'summary.nlmixr.mmkin', checks, docs --- docs/dev/news/index.html | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) (limited to 'docs/dev/news/index.html') diff --git a/docs/dev/news/index.html b/docs/dev/news/index.html index 10585403..234ba02f 100644 --- a/docs/dev/news/index.html +++ b/docs/dev/news/index.html @@ -71,7 +71,7 @@ mkin - 1.0.4.9000 + 1.0.5 @@ -141,33 +141,27 @@ Source: NEWS.md -
-

-mkin 1.0.4.9000

-
-

-General

-
    -
  • Switch to a versioning scheme where the fourth version component indicates development versions
  • -
-
+
+

+mkin 1.0.5 (unreleased)

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 check more plausible parameters for ‘saem’

  • +
  • Introduce an interface to nlmixr, supporting estimation methods ‘saem’ and ‘focei’: S3 method ‘nlmixr.mmkin’ using the helper functions ‘nlmixr_model’ and ‘nlmixr_data’ to set up nlmixr models for mmkin row objects, with summary and plot methods.

  • +
  • Reintroduce the interface to current development versions (not on CRAN) of saemix, in particular the generic function ‘saem’ with a generator ‘saem.mmkin’, currently using ‘saemix_model’ and ‘saemix_data’, 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 the different mixed-effects model backends

  • +
  • ‘plot.mixed.mmkin’: Gains arguments ‘test_log_parms’ and ‘conf.level’

-
+

-mkin 1.0.4 (Unreleased)

+mkin 1.0.4 (2021-04-20)
    -
  • ‘plot.mixed.mmkin’: Reset graphical parameters on exit

  • All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters

  • +
  • ‘plot.mkinfit’: Use xlab and xlim for the residual plot if show_residuals is TRUE

  • +
  • ‘mmkin’: Use cores = 1 per default on Windows to make it easier for first time users

@@ -198,9 +192,9 @@

mkin 1.0.0 (2021-02-03)

-
+

-General

+General
  • ‘mkinmod’ models gain arguments ‘name’ and ‘dll_dir’ which, in conjunction with a current version of the ‘inline’ package, make it possible to still use the DLL used for fast ODE solutions with ‘deSolve’ after saving and restoring the ‘mkinmod’ object.

  • ‘mkindsg’ R6 class for groups of ‘mkinds’ datasets with metadata

  • -- cgit v1.2.1