From 8b1f7a2ed69c3fb8ed2d72ae47de366c232dcaba Mon Sep 17 00:00:00 2001 From: Gavin Simpson Date: Fri, 5 Jun 2020 15:10:50 -0600 Subject: [PATCH] document #74 --- NEWS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS.md b/NEWS.md index ce66ab52b..938a34696 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,14 @@ The user can pass scales via arguments `discrete_colour` and `continuous_fill`. +* The effects of certain smooths can be excluded from data simulated from a model + using `simulate.gam()` and `predicted_samples()` by passing `exclude` or `terms` + on to `predict.gam()`. This allows for excluding random effects, for example, from + model predicted values that are then used to simulate new data from the conditional + distribution. See the example in `predicted_samples()`. + + Wish of #74 (@hgoldspiel) + # gratia 0.4.1 ## User visible changes