I'm trying to draw 14 clusters from my population of 35 cluster ids (14 is unfortunately dictated by project funding) from which 14 clusters I can then go on to sample my end units. I'm trying to do this based on the size of the cluster - the number of end units present in each cluster. I used gsample
gsample 14 [aw=size], wor
and get the error
mm_upswor(): 3300 3 cases have w_i*n/sum(w)>1
I understand from the mm_sample help file that this is happening because the size of some of the clusters is too large.
What can I do in this case to get the sample I need?
Thanks
gsample 14 [aw=size], wor
and get the error
mm_upswor(): 3300 3 cases have w_i*n/sum(w)>1
I understand from the mm_sample help file that this is happening because the size of some of the clusters is too large.
What can I do in this case to get the sample I need?
Thanks
Comment