diff --git a/NEWS.md b/NEWS.md index 4dc1afc..24bbf89 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,8 @@ Enhancements: * `sim_slopes()` now supports non-continuous variables in the `pred` argument. +* `sim_slopes()` now has an `at` argument, allowing you to specify an exact, +perhaps non-centered, level for variables not involved in the interaction. * `interact_plot()` now has provisional support for factor predictors (`pred`). Users will receive a message because of the possibility for unexpected behavior. `cat_plot()` likewise has support for continuous moderators. (#54)