inclusionprobastrata {sampling} | R Documentation |
Inclusion probabilities for strata
Description
Computes the inclusion probabilities for a stratified design.
The inclusion probabilities are equal in each stratum.
Usage
inclusionprobastrata(strata,nh)
Arguments
strata |
vector that defines the strata. |
nh |
vector with the number of units to be selected in each stratum. |
See Also
balancedstratification
Examples
# the strata
strata=c(1,1,1,1,1,2,2,2,2,2,2,3,3,3,3,3,3,3)
# sample size in each stratum
nh=c(2,3,3)
inclusionprobastrata(strata,nh)
[Package
sampling version 2.1
Index]