Introduction
When we want to find out information about a large group (the population), it's often too expensive or time-consuming to ask everyone. Instead, we select a smaller group (a sample). How we choose that sample determines whether our results are biased or accurately represent the population.
Probability (Random) Sampling
Definition: Every member of the population has an equal and independent chance of being selected.
Requirement: Needs a complete list of the population (sampling frame).
Definition: Selecting a random starting point, then picking every k-th item/person from the list.
Warning: Can introduce bias if the list has a hidden periodic pattern.
Definition: The population is divided into subgroups (strata). A proportional random sample is taken from each group using Simple Random or Systematic sampling.
Benefit: Guarantees all minority groups are proportionally represented.
Non-Probability (Non-Random)
Definition: Selecting individuals who are simply easiest to reach or readily available.
Warning: Highly prone to bias. The sample is rarely representative of the whole population.
Definition: The population is divided into subgroups. Participants are selected using Convenience sampling until a specific quota is filled for each group.
Key Difference: Unlike Stratified, there is no random selection from a list.