Sampling Methods
Sampling Methods
FC301
Week 11
Sampling methods
OBJECTIVES
You essentially just close your eyes and spin around and
then see who you’re pointing at and take them in your
sample. Then repeat until you have the number of people
you wanted in the sample. You can also use a random
number generator to pick people in you sample
Systematic Sampling
All data is sequentially numbered, and every piece of
data is chosen. The number n is chosen by n=size of
population desired population size.=size of population
desired population size.
Advantages
´ Easy to select.
´ Identified easily.
´ Evenly spread over the entire population.
Disadvantages
´ May be biased where the pattern used for the
samples coincides with a pattern in the population.
Stratified Sampling
The population is divided into subgroups (strata) based
on specific characteristics like age, gender or race.
Within the strata, random sampling is used to choose the
sample.
Advantages
´ Strata can be proportionally represented in the final
sample.
´ It is easy to compare subgroups.
Disadvantages
´ Information must be gathered before dividing the
population into subgroups.
16