Package: prnsamplr 0.3.0
prnsamplr: Permanent Random Number Sampling
Survey sampling using permanent random numbers (PRN's). A solution to the problem of unknown overlap between survey samples, which leads to a low precision in estimates when the survey is repeated or combined with other surveys. The PRN solution is to supply the U(0, 1) random numbers to the sampling procedure, instead of having the sampling procedure generate them. In Lindblom (2014) <doi:10.2478/jos-2014-0047>, and therein cited articles, it is shown how this is carried out and how it improves the estimates. This package supports two common fixed-size sampling procedures (simple random sampling and probability-proportional-to-size sampling) and includes a function for transforming the PRN's in order to control the sample overlap.
Authors:
prnsamplr_0.3.0.tar.gz
prnsamplr_0.3.0.zip(r-4.5)prnsamplr_0.3.0.zip(r-4.4)prnsamplr_0.3.0.zip(r-4.3)
prnsamplr_0.3.0.tgz(r-4.4-any)prnsamplr_0.3.0.tgz(r-4.3-any)
prnsamplr_0.3.0.tar.gz(r-4.5-noble)prnsamplr_0.3.0.tar.gz(r-4.4-noble)
prnsamplr_0.3.0.tgz(r-4.4-emscripten)prnsamplr_0.3.0.tgz(r-4.3-emscripten)
prnsamplr.pdf |prnsamplr.html✨
prnsamplr/json (API)
NEWS
# Install 'prnsamplr' in R: |
install.packages('prnsamplr', repos = c('https://kirajcg.r-universe.dev', 'https://cloud.r-project.org')) |
- ExampleData - ExampleData
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 2 years agofrom:50a755a056. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 14 2024 |
R-4.5-win | OK | Oct 14 2024 |
R-4.5-linux | OK | Oct 14 2024 |
R-4.4-win | OK | Oct 14 2024 |
R-4.4-mac | OK | Oct 14 2024 |
R-4.3-win | OK | Oct 14 2024 |
R-4.3-mac | OK | Oct 14 2024 |
Exports:ppssampsrstransformprn
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Permanent Random Number Sampling | prnsamplr-package prnsamplr |
ExampleData | ExampleData |
Stratified probability-proportional-to-size sampling | pps |
Stratified permanent random number sampling | samp |
Stratified simple random sampling | srs |
Permanent random number transformation | transformprn |