Stratified Sampling

Stratified Sampling is commonly used probability method that is superior to random sampling because it reduces sampling error. A stratum is a subset of the population that share at least one common characteristic. Examples of strata might be males and females, or managers and non-managers. The researcher first identifies the relevant strata and their actual representation in the population. Random sampling is then used to select a sufficient number of subjects from each stratum. “Sufficient” refers to a sample size large enough for us to be reasonably confident that the stratum represents the population. Stratified sampling is often used when one or more of the strata in the population have a low incidence relative to the other strata.

Animation

Every rectangle stands for a stratum, and the simple random sampling without replacement is performed within each stratum. </ani>

R code

library(animation)
saveHTML({
    ani.options(nmax = 30, interval = 1)
    par(mar = rep(1, 4), lwd = 2)
    sample.strat(col = c("bisque", "white"))
}, img.name = "sample_strat", htmlfile = "sample_strat.html", 
    ani.height = 450, ani.width = 600, outdir = getwd(), title = "Demonstration of the stratified sampling", 
    description = c("Every rectangle stands for a stratum, and the simple\nrandom sampling without replacement is performed within each stratum."))

samp/stratified_sampling.txt · Last modified: 2011/01/14 22:27 by oyster8
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki