From 19c66279c68f9390f23c17c960d91d4a120348df Mon Sep 17 00:00:00 2001 From: "Matthew L. Fidler" Date: Tue, 5 Dec 2023 21:06:33 -0600 Subject: [PATCH] Add to news --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 2b6947a23..8a70b08dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -164,6 +164,11 @@ mu-referencing style to run the optimization. modifying a line in-place still applies. While this is a breaking change, most code will perform the same. +- Labels can now be dropped by `ini(param=label(NULL))`. Also + parameters can be dropped with the idiom `model(param=NULL)` or + `ini(param=NULL)` changes the parameter to a covariate to align with + this idiom of dropping parameters + ## Internal new features - Add `as.model()` for list expressions, which implies `model(ui) <-