Package: svrep
Type: Package
Title: Tools for Creating, Updating, and Analyzing Survey Replicate
        Weights
Version: 0.9.1
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) <doi:10.18637/jss.v009.i08>.
  Implements bootstrap methods for complex surveys, including the generalized survey bootstrap
  as described by Beaumont and Patak (2012) <doi:10.1111/j.1751-5823.2011.00166.x>.
  Methods are provided for applying nonresponse adjustments to
  both full-sample and replicate weights as described by 
  Rust and Rao (1996) <doi:10.1177/096228029600500305>.
  Implements methods for sample-based calibration described by Opsomer and Erciulescu (2021) 
  <https://www150.statcan.gc.ca/n1/pub/12-001-x/2021002/article/00006-eng.htm>.
  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
NeedsCompilation: no
Packaged: 2025-10-07 21:52:43 UTC; benja
Author: Ben Schneider [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-0406-8470>)
Maintainer: Ben Schneider <benjamin.julius.schneider@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-08 05:10:09 UTC
Built: R 4.5.1; ; 2025-10-21 13:04:01 UTC; windows
