Skip to content

Commit

Permalink
Add to news
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 11, 2023
1 parent 7301907 commit 4a731a3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,20 @@ mu-referencing style to run the optimization.
intervals without bands on each of the percentiles; You can also
choose not to match the secondary bands limits with `levels` but use
your own `ci=0.99` for instance

- A new function was introduced `meanProbs()` which calculates the
mean and expected quantiles under either the normal or t
distribution

- When calculating the intervals for `rxode2` simulated objects you
can also use `mean=TRUE` to use the mean for the first level of
confidence using `meanProbs()`

- When plotting the `confint` derived intervals from an `rxode2`
simulation, you can now subset based on a simulated value like
`plot(ci, Cc)` which will only plot the variable `Cc` that you
summarized even if you also summarized `eff` (for instance).

## Internal new features

- Add `as.model()` for list expressions, which implies `model(ui) <-
Expand Down

0 comments on commit 4a731a3

Please sign in to comment.