stratsample.Rd
This function takes a stratified sample without replacement from a data set.
stratsample(strata, counts)
Vector of stratum identifiers; will be coerced to character
named vector of stratum sample sizes, with names corresponding to the values of as.character(strata)
vector of indices into strata
giving the sample
The "sampling" package has many more sampling algorithms.