Good morning, everyone,
thank you for taking the time to help me understand this problem.
Excuse me, but I'm new to the use of stata and econometrics.
I have this methodological commentary for survey data that I have.
In economies where face-to-face surveys are conducted, the first stage of sampling
is the identification of primary sampling units. These units are stratified
by population size, geography, or both, and clustering is achieved through one
or more stages of sampling. Where population information is available, sample
selection is based on probabilities proportional to population size; otherwise,
simple random sampling is used.
my question is: is the command svyset wpid_random [pweight = weight] wrong?
I have the impression that I am missing variables like district or cluster type when I read the methodology.
and the database (global Findex) does not give this variables.
here is a part of of my data
dataex country economy regionwb pop_adult wpid_random wgt
input float country str24 economy str50 regionwb float pop_adult long wpid_random double wgt
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 143101339 1.9096094669755717
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 123998301 2.0757611297681478
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 157155643 .785666085597548
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 155618899 1.4505676771300404
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 143861320 .46158775897983345
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 177516607 2.731601142355797
1 "Benin" "Sub-Saharan Africa (excluding high income)" 6211794 189286026 2.6058572333843952
thank you for your anwser
Related Posts with svyset command
Making sure that histogram bin has more than 5 observations.I am working on a server with data on individuals, and there are very strict rules on how data shoul…
A question of storing and showing estimation resultsI run a loop of quantile regressions as follows: global ylist DvWEM forvalues i = 0.05(0.1)0.95 { q…
_mi_m & _mi_id not generatedHi All Below is my code for running multiple imputation on a longitudinal dataset in the wide forma…
density plot y-axis (density) larger than 1Dear all, I am plotting three kdensity graphs in one graph. The variable "x" is for all the same (a…
Combining plots using qchiHi, I've generated two variables, let's call them y1 and y2, and I want to generate a quantile-quan…
Subscribe to:
Post Comments (Atom)
0 Response to svyset command
Post a Comment