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

# survey ------------------------------------------------------------------

bibentry(bibtype="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",
  textVersion="T. Lumley (2004) Analysis of complex survey samples. Journal of Statistical Software 9(1): 1-19"
)

# srvyr -------------------------------------------------------------------

bibentry(
  bibtype="misc",
  author=c(
    person("Greg", "Freedman Ellis"),
    person("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",
  textVersion="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"
)


# svrep -------------------------------------------------------------------

bibentry(
  bibtype="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",
  textVersion="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"
)
