Skip to content

Commit

Permalink
Updated news for #428
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 19, 2020
1 parent 68ba6f0 commit c286ef3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Expand Up @@ -72,6 +72,16 @@
table results will likely be different because in the last release
the `saem` calculated `combined1` and then used these coefficients
in the `combined2` focei problem.

## nlme changes

- `nlme` will now support 2 combined additive + proportional error models (if the patched version of nlme is used)
- `combined1`: `y = f + (a+b*f^c)*err`
- `combined2`: `y = f + sqrt(a^2+b^2*f^(2c))*err`
- See https://github.com/nlmixrdevelopment/nlmixr/issues/428
- Thanks to @jranke for the nlme patch and the catch

- Can switch with `nlmeControl(addProp="combined1")` to use the combined1 type of error model

## New Utilities

Expand Down

0 comments on commit c286ef3

Please sign in to comment.