Package: whSample
Type: Package
Title: Utilities for Sampling
Version: 0.9.6.2
Depends: R (>= 3.5.0)
Authors@R: person("Paul", "West", role=c("aut", "cre"), email="fp8049@gmail.com")
Description: Interactive tools for generating random samples. Users select an
    .xlsx, .csv, or delimited .txt file with population data and are walked through selecting the
    sample type (Simple Random Sample or Stratified), the number of backups
    desired, and a "stratify_on" value (if desired). The sample size is determined
    using a normal approximation to the hypergeometric distribution based on
    Nicholson (1956) <doi:10.1214/aoms/1177728270>. An .xlsx file is created
    with the sample and key metadata for reference. It is menu-driven and lets
    users pick an output directory. See vignettes for a detailed walk-through.
License: GPL-3
Encoding: UTF-8
Imports: data.table, magrittr, openxlsx, dplyr, purrr, tools, utils,
        bit64
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-13 13:53:40 UTC; Paul
Author: Paul West [aut, cre]
Maintainer: Paul West <fp8049@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-13 15:00:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:51:07 UTC; unix
