From 66a420b4659e938d6dc13db26e0d6339f54c1d22 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Wed, 16 Oct 2024 16:15:45 -0400 Subject: [PATCH] Update NEWS --- NEWS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.md b/NEWS.md index ac82f6f010..60aad78d1f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # tern 0.9.6.9005 +### Enhancements +* Added the `denom` parameter to `s_count_cumulative()`, `s_count_missed_doses()`, and `s_count_occurrences_by_grade()`. +* Added `"N_row"` as an optional input to `denom` in `s_count_occurrences()`. + ### Bug Fixes * Fixed bug in `a_summary()` causing non-unique `row_name` values to occur when multiple statistics are selected for count variables.