From 17c9ae1ba969ae87dba2c51c474f1f1d5aeb16c7 Mon Sep 17 00:00:00 2001 From: rmflight Date: Fri, 12 Apr 2024 10:43:12 -0400 Subject: [PATCH] forgot to save the news --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index b3206b8..cae8ba5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# ICIKendallTau 1.1.2 + +- adds the `rank_order_data` function to help with visualizing the pattern of missingness with respect to the rank of the rows. +- adds the `yeast_missing` dataset as a more realistic dataset for running the `test_left_censorship` and `rank_order_data`. + # ICIKendallTau 1.1.0 - adds the function `test_left_censorship` to verify if `ici_kendalltau` is appropriate to use on the data or not.