From 6a9b65935b653efefbab0fb68c68511fa40cd5b2 Mon Sep 17 00:00:00 2001 From: Jacob Long Date: Sun, 28 Jul 2024 13:01:10 -0400 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) 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)