- Simple Random Sampling: Every individual has an equal probability of selection. Use a random number generator to select participants from a list.
- Systematic Sampling: Select every nth individual from a list. It's straightforward but can introduce bias if there's a hidden pattern in data.
- Stratified Sampling: Divides the population into subgroups (strata) and randomly samples from each. Ensures representation across key variables.
- Cluster Sampling: Groups the population into clusters and randomly selects entire clusters. Useful for large populations.