From 8c3a4d31694b5c02c0d7b6009110fe8ca3a4bae9 Mon Sep 17 00:00:00 2001 From: bcjaeger Date: Mon, 7 Nov 2022 07:39:15 -0500 Subject: [PATCH] include the surv object update --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index d556cbe6..8e0afc4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,7 @@ # aorsf 0.0.4 +* `orsf` formulas now accepts `Surv` objects (see https://github.com/ropensci/aorsf/issues/11) + * Added `verbose_progress` input to `orsf`, which prints messages to console indicating progress. * Allowance of missing values for `orsf`. Mean and mode imputation is performed for observations with missing data. These values can also be used to impute new data with missing values.