| Random sampling method | Desc |
| --- | --- |
| Simple random | All item has equal chance |
| Quasi-random | includes: Systematic, Stratified, and Multistage sampling |
| Systematic | pick every kth item where k=population size/sample size |
| Stratified | stratum sample size = (size of stratum)Γ(sample size)Γ·(size population) then use another method to selects elements from each stratum |
| Multistage | At each stage, a stratified random sample on a variable on which they could get information before sampling |
| Non-random sampling method | Desc |
| --- | --- |
| Quota | select a predetermined number or proportion of units with specific characteristics in a non-random manner |
| Cluster | the total population is divided into groups (or clusters) and a simple random sample of the groups is selected |