The function sample.system() in the animation package shows you the systematic sampling. Systematic Sampling is often used instead of random sampling. It is also called an name selection technique. After the required sample size has been calculated, every record is selected from a list of population members. As long as the list does not contain any hidden order, this sampling method is as good as the random sampling method. Its only advantage over the random sampling technique is simplicity. Systematic sampling is frequently used to select a specified number of records from a computer file.

library(animation)
par(mar = rep(1, 4), lwd = 2)
sample.system()


Published

08 May 2013

Tags