Simple Random Sampling (SRS): Every member of the population has an equal and independent chance of being selected. This is typically achieved using a random number generator or a 'hat' method, ensuring no human bias influences the selection.
Systematic Sampling: Selecting every individual from a list after a random starting point. The interval is calculated as , where is the population size and is the desired sample size.
Stratified Sampling: The population is divided into mutually exclusive groups called strata based on shared characteristics (e.g., age, gender). A random sample is then taken from each stratum, often proportional to the stratum's size in the population, ensuring all subgroups are represented.
Cluster Sampling: The population is divided into naturally occurring groups called clusters (e.g., schools, neighborhoods). A random selection of entire clusters is made, and every individual within the chosen clusters is surveyed.
| Feature | Stratified Sampling | Cluster Sampling |
|---|---|---|
| Group Composition | Homogeneous (similar) within groups | Heterogeneous (diverse) within groups |
| Selection Process | Randomly select individuals from every group | Randomly select entire groups |
| Goal | Ensure representation of specific subgroups | Increase efficiency and reduce costs |
| Precision | High precision for subgroup analysis | Lower precision if clusters are not representative |
Selection Bias: Occurs when the sampling method systematically excludes certain parts of the population. For example, using a landline directory excludes people who only use mobile phones.
Non-Response Bias: Happens when individuals selected for a sample refuse to participate or cannot be contacted. If those who do not respond differ significantly from those who do, the results will be skewed.
Response Bias: Arises when participants provide inaccurate or dishonest answers. This can be caused by poorly worded 'leading' questions, social desirability bias (answering what is socially acceptable), or interviewer influence.
Identify the Frame: Always check if the sampling frame matches the target population. If the frame is 'people at a shopping mall' but the population is 'all city residents', selection bias is present.
Distinguish Stratified vs. Cluster: Remember that in Stratified, you take a little bit of everything. In Cluster, you take everything from a little bit.
Sample Size vs. Bias: A large sample size reduces random sampling error (improves precision) but does not fix systematic bias. If the method is biased, a larger sample just gives a more 'precisely wrong' answer.
Context Matters: When asked to choose a method, consider logistics. If the population is geographically dispersed, Cluster sampling is usually the most practical choice.