Hi, I hope this post finds you well.
I have been working on a sample with power calculations in a village with 1000 households, and I already have the required sample (600) for the village. The point is how to select those 600 houselds generating a random list with appropriate statistical procedures. These households are divided into 150 clusters and they have indentifiers (01001= cluster 1, dwelling 1).
I have tried in Stata with an example of 9 cluster with a population of 170 and a required sample of 102 households (102/170=60%):
sample 0.6, by (grp)
tab grp
obtaining something like the following:
I got a random list, but I do not know if what I did is correct.
Please let me know if the procedure is correct or if you have another idea for this case.
Thanks so much!
I have been working on a sample with power calculations in a village with 1000 households, and I already have the required sample (600) for the village. The point is how to select those 600 houselds generating a random list with appropriate statistical procedures. These households are divided into 150 clusters and they have indentifiers (01001= cluster 1, dwelling 1).
I have tried in Stata with an example of 9 cluster with a population of 170 and a required sample of 102 households (102/170=60%):
sample 0.6, by (grp)
tab grp
obtaining something like the following:
grp | Freq. | Percent | Cum. |
1 | 12 | 11.88 | 11.88 |
2 | 10 | 9.90 | 21.78 |
3 | 13 | 12.87 | 34.65 |
4 | 11 | 10.89 | 45.54 |
5 | 15 | 14.85 | 60.40 |
6 | 8 | 7.92 | 68.32 |
7 | 8 | 7.92 | 76.24 |
8 | 13 | 12.87 | 89.11 |
9 | 11 | 10.89 | 100.00 |
Total | 101 | 100.00 | |
Please let me know if the procedure is correct or if you have another idea for this case.
Thanks so much!
Comment