Package: stratallo
Title: Optimum Sample Allocation in Stratified Sampling Schemes
Version: 2.0.1
Authors@R: c(
  person("Wojciech", "Wójciak", email = "wojciech.wojciak@gmail.com", role = c("aut", "cre")),
  person("Jacek", "Wesołowski", email = "j.wesolowski@mini.pw.edu.pl", role = "sad"),
  person("Robert", "Wieczorkowski", email = "R.Wieczorkowski@stat.gov.pl", role = "ctb"))
Description: Functions in this package provide solution to classical problem in
  survey methodology - an optimum sample allocation in stratified sampling
  schemes. In this context, the optimal allocation is in the classical
  Tschuprov-Neyman's sense and it satisfies additional either lower or upper
  bounds restrictions imposed on sample sizes in strata. There are few different
  algorithms available to use, and one them is based on popular sample
  allocation method that applies Neyman allocation to recursively reduced set of
  strata.
  This package also provides the function that computes a solution to the minimum
  sample size allocation problem, which is a minor modification of the classical
  optimium sample allocation. This problems lies in the determination
  of a vector of strata sample sizes that minimizes total sample size, under
  assumed fixed level of the pi-estimator's variance. As in the case of the
  classical optimal allocation, the problem of minimum sample size allocation
  can be complemented by imposing upper bounds constraints on sample sizes in
  strata.
License: GPL-2
URL: https://github.com/wwojciech/stratallo
BugReports: https://github.com/wwojciech/stratallo/issues
Copyright: Wojciech Wójciak
Language: en-US
Encoding: UTF-8
LazyData: true
Imports: checkmate, lifecycle
RoxygenNote: 7.1.2
Suggests: rmarkdown, knitr, spelling, testthat (>= 3.0.0)
Config/testthat/edition: 3
Collate: 'helpers.R' 'algorithms_rna.R' 'algorithms_upper.R' 'opt.R'
        'pop.R' 'stratallo-package.R' 'variance.R'
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-04-12 12:22:26 UTC; wojtek
Author: Wojciech Wójciak [aut, cre],
  Jacek Wesołowski [sad],
  Robert Wieczorkowski [ctb]
Maintainer: Wojciech Wójciak <wojciech.wojciak@gmail.com>
Repository: CRAN
Date/Publication: 2022-04-13 14:40:02 UTC
