From a3d8e02f609015cb00dab98ded5e3ced9d6aaa8a Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 22 Oct 2024 17:38:43 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3e32140dd..aee8e1363 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,14 +20,14 @@ * New function `validate_argument()` as a replacement for `match.arg()` with more informative error message. +* The function to calculate the corrections for likelihood-values when the + response-variable is transformed is now exported as `get_likelihood_adjustment()`. + ## Bug fix * `clean_parameters()` now uses the correct labels for the random effects variances (`"SD/Cor"` has changed to `"Var/Cov"`). -* The function to calculate the corrections for likelihood-values when the - response-variable is transformed is now exported as `get_likelihood_adjustment()`. - # insight 0.20.5 ## General