From b4c1baf2359447291497bb4f76a765af00a07471 Mon Sep 17 00:00:00 2001 From: Ben Schneider Date: Tue, 16 May 2023 20:09:51 -0400 Subject: [PATCH] Increment version number to 0.5.1 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3180814..94ab3bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: svrep Type: Package Title: Tools for Creating, Updating, and Analyzing Survey Replicate Weights -Version: 0.5.0.9000 +Version: 0.5.1 Authors@R: c(person(given = "Ben", family = "Schneider", diff --git a/NEWS.md b/NEWS.md index c4b7b0e..f639057 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# svrep (development version) +# svrep 0.5.1 * New Features: * Added argument `exact_vcov = TRUE` to `as_gen_boot_design()` and `make_gen_boot_factors()`. This argument forces the generalized bootstrap variance-covariance estimates for totals to exactly match the target variance estimator. In other words, this eliminates bootstrap simulation error for variance estimates of totals. This is similar to how, for simple survey designs, the jackknife and BRR give variance estimates for totals that exactly match the Horvitz-Thompson estimates. Using `exact_vcov` requires that the number of replicates is strictly greater than the rank of the target variance estimator.