From c2c92f96526614c37ac44a883a9c26376a4eddc5 Mon Sep 17 00:00:00 2001 From: Matthew Fidler <514778+mattfidler@users.noreply.github.com> Date: Thu, 19 Nov 2020 10:27:47 -0600 Subject: [PATCH] Full name #428 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 70892f580..64c64732e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -79,7 +79,7 @@ - `combined1`: `y = f + (a+b*f)*err` - `combined2`: `y = f + sqrt(a^2+b^2*f^2)*err` - See https://github.com/nlmixrdevelopment/nlmixr/issues/428 - - Thanks to @jranke for the nlme patch and the catch + - Thanks to Johannes Ranke (@jranke) for the nlme patch and the catch - Can switch with `nlmeControl(addProp="combined1")` to use the combined1 type of error model