Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Sep 16, 2023
1 parent df58d85 commit 8595cfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: marginaleffects
Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis Tests
Version: 0.15.0.9002
Version: 0.15.1
Authors@R:
c(person(given = "Vincent",
family = "Arel-Bundock",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# News

## dev
## 0.15.1

* `hypotheses()`: The `FUN` argument handles `group` columns gracefully.
* Native support for `Amelia` for multiple imputation.
Expand All @@ -11,7 +11,7 @@ Documentation:

Bug fix:

* Results of the `predictions()` function can be undesirable in version 0.15.0 when (a) `type=NULL`, (b) model is `glm()`, and (c) the `hypothesis` argument is non-numeric. This is because the default `type` was then set to `invlink(link)`, but the backtransformation using link function was applied to the quantity *after* applying the (non-linear) `hypothesis` test (ex: pairwise comparison or contrast). The `hypothesis` funtion should be applied to predictions on the response scale instead. A warning is now issued and the value of `type` is automatically switched to "response" when appropriate. Thanks to @strengejacke for report [#903](https://github.com/vincentarelbundock/marginaleffects/issues/903)
* Results of the `predictions()` function could be inaccurate when (a) running version 0.15.0, (b) `type` is `NULL` or `invlink(link)`, (c) model is `glm()`, and (d) the `hypothesis` argument is non-numeric. Thanks to @strengejacke for report [#903](https://github.com/vincentarelbundock/marginaleffects/issues/903)

## 0.15.0

Expand Down

0 comments on commit 8595cfe

Please sign in to comment.