Package: svrep Type: Package Title: Tools for Creating, Updating, and Analyzing Survey Replicate Weights Version: 0.9.1.9000 Authors@R: c(person(given = "Ben", family = "Schneider", role = c("aut", "cre"), email = "benjamin.julius.schneider@gmail.com", comment = c(ORCID = "0000-0002-0406-8470"))) Description: Provides tools for creating and working with survey replicate weights, extending functionality of the 'survey' package from Lumley (2004) . Implements bootstrap methods for complex surveys, including the generalized survey bootstrap as described by Beaumont and Patak (2012) . Methods are provided for applying nonresponse adjustments to both full-sample and replicate weights as described by Rust and Rao (1996) . Implements methods for sample-based calibration described by Opsomer and Erciulescu (2021) . Diagnostic functions are included to compare weights and weighted estimates from different sets of replicate weights. License: GPL (>= 3) URL: https://bschneidr.github.io/svrep/, https://github.com/bschneidr/svrep BugReports: https://github.com/bschneidr/svrep/issues Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Imports: DBI, Matrix, methods, mvtnorm, rlang, sampling, stats, utils Suggests: knitr, covr, testthat (>= 3.0.0), rmarkdown, tidycensus, dplyr, srvyr, withr, prettydoc, RSQLite, torch, ggplot2, scales Config/testthat/edition: 3 Depends: R (>= 4.1.0), survey (>= 4.1) VignetteBuilder: knitr, rmarkdown Config/pak/sysreqs: make Repository: https://bschneidr.r-universe.dev Date/Publication: 2026-02-01 05:03:33 UTC RemoteUrl: https://github.com/bschneidr/svrep RemoteRef: HEAD RemoteSha: d8d48c5f19a40de6c456e705be35266b0b102d46 NeedsCompilation: no Packaged: 2026-07-02 07:26:49 UTC; root Author: Ben Schneider [aut, cre] (ORCID: ) Maintainer: Ben Schneider