InterviewSolution
Saved Bookmarks
| 1. |
Write a note on systematic sampling. |
|
Answer» In systematic sampling, the first sample unit is rendomly selected and the remaining units of the sample are automatically selected in definite sequence at uniform interval from the list of population units.
Illustration: If the random number selected from the first k unit is 4, then the units at order 4, 4 + k, 4 + 2k, 4 + 3k, …, etc. of the list of population units form the systematic sample. |
|