diff --git a/DESCRIPTION b/DESCRIPTION index 7764edc71..cef660693 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: marginaleffects Title: Marginal Effects, Marginal Means, Predictions, and Contrasts -Version: 0.8.0.9008 +Version: 0.8.1 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", diff --git a/NEWS.md b/NEWS.md index 2602c282c..ad15179cf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# marginaleffects 0.8.0.9000 +# marginaleffects 0.8.1 * `deltamethod()` can run hypothesis tests on objects produced by the `comparisons()`, `marginaleffects()`, `predictions()`, and `marginalmeans()` functions. This feature relies on `match.call()`, which means it may not always work when used programmatically, inside functions and nested environments. It is generally safer and more efficient to use the `hypothesis` argument. * `plot_cme()` and `plot_cco()` accept lists with user-specified values for the regressors, and can display nice labels for shortcut string-functions like "threenum" or "quartile".