Learn R Programming

sampling (version 0.45)

inclusionprobastrata: Strata inclusion probabilities

Description

Computes the inclusion probabilities for a stratified design. The inclusion probabilities are equal in each strata.

Usage

inclusionprobastrata(strat,nh)

Arguments

strat
vector that defines the strata.
nh
vector with the number of units to be selected in each strata.

See Also

balancedstratification

Examples

Run this code
# 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)

Run the code above in your browser using DataLab