From f57a06aa2bf0e91918ab3429731a44724e5f8c73 Mon Sep 17 00:00:00 2001 From: Emily de la Rua Date: Fri, 4 Oct 2024 17:05:23 -0400 Subject: [PATCH] Update NEWS --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 06ba194bfe..2bb03424ff 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,7 @@ * Refactored `estimate_incidence_rate` to work as both an analyze function and a summarize function, controlled by the added `summarize` parameter. When `summarize = TRUE`, labels can be fine-tuned via the new `label_fmt` argument to the same function. * Added `fraction` statistic to the `analyze_var_count` method group. * Improved `summarize_glm_count()` documentation and all its associated functions to better describe the results and the functions' purpose. +* Added `method` argument to `s_odds_ratio()` and `estimate_odds_ratio()` to control whether exact or approximate conditional likelihood calculations are used. ### Bug Fixes * Added defaults for `d_count_cumulative` parameters as described in the documentation.