From 3afa330c74965b5314d152df82479f9c7fef2523 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Fri, 14 Jun 2024 09:16:01 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index de7f9a82..f7a2039e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -34,6 +34,8 @@ ard_moodtest() -> ard_stats_mood_test() - `ard_survival_survfit()` for survival analyses using `survival::survfit()`. (#43) - `ard_continuous.survey.design()` for calculating univariate summary statistics from weighted/survey data using many functions from the {survey} package. (#68) - `ard_categorical.survey.design()` for tabulating summary statistics from weighted/survey data using many functions from the {survey} package. (#140) + - `ard_dichotomous.survey.design()` for tabulating dichotomous summary statistics from weighted/survey data using many functions from the {survey} package. (#2) + - `ard_missing.survey.design()` for tabulating missing summary statistics from weighted/survey data using many functions from the {survey} package. (#2) - `ard_attributes.survey.design()` for summarizing labels and attributes from weighted/survey data using many functions from the {survey} package. - `ard_survey_svychisq()` for weighted/survey chi-squared test using `survey::svychisq()`. (#72) - `ard_survey_svyttest()` for weighted/survey t-tests using `survey::svyttest()`. (#70)