bibentry(
  bibtype = "Manual",
  title   = "surveycore: Core Survey Analysis Infrastructure",
  author  = person("Jacob", "Dennen",
                   comment = c(ORCID = "0000-0003-3006-7364")),
  year    = "2026",
  note    = "R package version 0.8.1",
  url     = "https://github.com/JDenn0514/surveycore"
)

# Primary academic references for the variance estimation methods implemented
# in surveycore (Taylor linearization, replicate weights, two-phase designs).
# Variance code vendored from the survey package by Thomas Lumley.

bibentry(
  bibtype = "Article",
  title   = "Analysis of Complex Survey Samples",
  author  = person("Thomas", "Lumley"),
  journal = "Journal of Statistical Software",
  year    = "2004",
  volume  = "9",
  number  = "1",
  pages   = "1--19"
)

bibentry(
  bibtype    = "Book",
  title      = "Complex Surveys: A Guide to Analysis Using R",
  author     = person("Thomas", "Lumley"),
  year       = "2010",
  publisher  = "John Wiley and Sons"
)

bibentry(
  bibtype    = "Book",
  title      = "Model Assisted Survey Sampling",
  author     = c(
    person("Carl-Erik", "Sarndal"),
    person("Bengt", "Swensson"),
    person("Jan", "Wretman")
  ),
  year       = "1991",
  publisher  = "Springer"
)

bibentry(
  bibtype  = "Article",
  title    = paste0(
    "Design and analysis of two-phase studies with binary outcome ",
    "applied to Wilms tumour prognosis"
  ),
  author   = c(person("Norman E.", "Breslow"), person("Nilanjan", "Chatterjee")),
  journal  = "Applied Statistics",
  year     = "1999",
  volume   = "48",
  pages    = "457--468"
)

bibentry(
  bibtype  = "Article",
  title    = paste0(
    "Improved Horvitz-Thompson estimation of model parameters from ",
    "two-phase stratified samples: applications in epidemiology"
  ),
  author   = c(
    person("Norman", "Breslow"),
    person("Thomas", "Lumley"),
    person("Christie M.", "Ballantyne"),
    person("Lloyd E.", "Chambless"),
    person("Michael", "Kulick")
  ),
  journal  = "Statistics in Biosciences",
  year     = "2009",
  doi      = "10.1007/s12561-009-9001-6"
)

bibentry(
  bibtype  = "Article",
  title    = "Fay's method for variance estimation",
  author   = person("David R.", "Judkins"),
  journal  = "Journal of the American Statistical Association",
  year     = "1990",
  volume   = "85",
  number   = "410",
  pages    = "895--904"
)

bibentry(
  bibtype  = "Article",
  title    = "Resampling-based variance estimation for labour force surveys",
  author   = c(person("Angelo J.", "Canty"), person("Anthony C.", "Davison")),
  journal  = "The Statistician",
  year     = "1999",
  volume   = "48",
  number   = "3",
  pages    = "379--391"
)

bibentry(
  bibtype    = "Book",
  title      = "The Jackknife and Bootstrap",
  author     = c(person("Jun", "Shao"), person("Dongsheng", "Tu")),
  year       = "1995",
  publisher  = "Springer"
)

bibentry(
  bibtype  = "Article",
  title    = "Tests in surveys with complex sampling",
  author   = c(person("Thomas", "Lumley"), person("Alastair", "Scott")),
  journal  = "Journal of the Royal Statistical Society: Series B",
  year     = "2014",
  volume   = "76",
  number   = "2",
  pages    = "431--452"
)

bibentry(
  bibtype  = "Article",
  title    = paste0(
    "On the variances of asymptotically normal estimators ",
    "from complex surveys"
  ),
  author   = person("David A.", "Binder"),
  journal  = "International Statistical Review",
  year     = "1983",
  volume   = "51",
  number   = "3",
  pages    = "279--292"
)

bibentry(
  bibtype    = "InProceedings",
  title      = paste0(
    "Use of estimating functions for interval estimation ",
    "from complex surveys"
  ),
  author     = person("David A.", "Binder"),
  booktitle  = paste0(
    "Proceedings of the American Statistical Association, ",
    "Section on Survey Research Methods"
  ),
  year       = "1991",
  pages      = "34--42"
)
