Systematic random sampling selects samples systematically from a population based on a fixed interval.
Systematic random sampling is a simpler alternative to simple random sampling, suitable for small, homogeneous populations with an ordered sampling frame.
Example:
- To estimate rice production per hectare in a region, the population consists of rice fields owned by residents.
- Fields are ordered by size (smallest to largest), and samples are drawn systematically.
Systematic random sampling involves selecting the first unit randomly, then following a fixed pattern for subsequent units.
Performing systematic random sampling
- Determine the interval ():
Where:
- : Population size
- : Sample size
- : Sampling interval (number of possible samples or groups)
- Randomly choose a unit where .
- Choose subsequent units:
Example:
- Population , sample , so .
- If is chosen, the sample is .
Characteristics
Compared to simple random sampling
- Simple random sampling: Samples are scattered randomly.
- Systematic random sampling: Samples follow a systematic pattern.
Conditions for use
- A complete, up-to-date sampling frame exists.
- The sampling frame follows a specific order (e.g., student IDs from smallest to largest).
Weaknesses
- If the sampling frame has systematic errors, bias may occur.
- Example: Sampling only husbands or wives from a list of 100 couples (, , ) could result in a non-representative sample (e.g., all husbands: ).
Solution to the weaknesses
- Reorder the sampling frame to ensure homogeneity (e.g., list all husbands first, then all wives).
- Example revised sample: (husband), (husband), (husband), (wife), (wife), (wife).
Advantages
- Simpler and faster than simple random sampling.
- Does not require a random number table.
- Effective for small, homogeneous populations with an ordered frame.
Methods
Method A
- Randomly select one unit from the first units, then proceed with interval .
- Example: , , possible samples:
- Probability of selecting any sample: .
Method B
- Randomly select one unit from the entire population (), then determine the starting point based on the remainder (where ).
- Example: , , if is chosen, , start with , yielding .
- Probability of selecting a sample: .
Considerations
- Systematic sampling assumes homogeneity within intervals. Consequently, it is less effective for heterogeneous populations or when is unknown (e.g., Method B cannot be used without a known ).
- If the population has hidden patterns (e.g., periodic trends), variance may increase, leading to bias.
- Precision depends on the sampling frame’s order and homogeneity.