Instead of citing 'surveyverse', cite the individual packages. For example, by calling `citation('survey')`, `citation('srvyr')`, or `citation('svrep')`. Below are citations for the core packages as of July 2026. More recent citations can be obtained using e.g., `citation('survey')`

T. Lumley (2004) Analysis of complex survey samples. Journal of Statistical Software 9(1): 1-19

Freedman Ellis G. and Schneider, B. (2025). "srvyr: 'dplyr'-Like Syntax for Summary Statistics of Survey Data". R package version 1.3.1. DOI: https://doi.org/10.32614/CRAN.package.srvyr

Schneider, B. (2025). "svrep: Tools for Creating, Updating, and Analyzing Survey Replicate Weights". R package version 0.9.1. DOI: https://doi.org/10.32614/CRAN.package.svrep

Corresponding BibTeX entries:

  @Article{,
    year = {2004},
    author = {Thomas Lumley},
    title = {Analysis of Complex Survey Samples},
    journal = {Journal of Statistical Software},
    volume = {9},
    number = {1},
    pages = {1-19},
    note = {R package verson 2.2},
  }
  @Misc{,
    author = {Greg {Freedman Ellis} and Ben Schneider},
    year = {2026},
    title = {srvyr: 'dplyr'-Like Syntax for Summary Statistics of
      Survey Data},
    note = {R package version 1.3.1},
    doi = {10.32614/CRAN.package.srvyr},
  }
  @Misc{,
    author = {Ben Schneider},
    year = {2025},
    title = {svrep: Tools for Creating, Updating, and Analyzing Survey
      Replicate Weights},
    note = {R package version 0.9.1},
    url = {https://doi.org/10.32614/CRAN.package.svrep},
    doi = {10.32614/CRAN.package.svrep},
  }