Package: sps Title: Sequential Poisson Sampling Version: 0.6.3 Authors@R: c( person("Steve", "Martin", role = c("aut", "cre", "cph"), email = "marberts@protonmail.com", comment = c(ORCID = "0000-0003-2544-9480")), person("Justin", "Francis", role = "ctb") ) Description: Sequential Poisson sampling is a variation of Poisson sampling for drawing probability-proportional-to-size samples with a given number of units, and is commonly used for price-index surveys. This package gives functions to draw stratified sequential Poisson samples according to the method by Ohlsson (1998, ISSN:0282-423X), as well as other order sample designs by Rosén (1997, ), and generate approximate bootstrap replicate weights according to the generalized bootstrap method by Beaumont and Patak (2012, ). Depends: R (>= 4.2) Imports: stats Suggests: kit (>= 0.0.10), knitr, quarto, testthat (>= 3.0.0) Config/testthat/edition: 3 License: MIT + file LICENSE Encoding: UTF-8 URL: https://marberts.github.io/sps/, https://github.com/marberts/sps BugReports: https://github.com/marberts/sps/issues VignetteBuilder: quarto Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://marberts.r-universe.dev Date/Publication: 2025-11-19 04:49:10 UTC RemoteUrl: https://github.com/marberts/sps RemoteRef: HEAD RemoteSha: 158b9f4dc8f65c3083f279fd4063a99e67717162 NeedsCompilation: no Packaged: 2026-06-17 10:21:21 UTC; root Author: Steve Martin [aut, cre, cph] (ORCID: ), Justin Francis [ctb] Maintainer: Steve Martin