Dear All,
I just constructed the following poverty measures
obtained from six regions over six-year period.
I wan to create three variables: p0,p1 and p2. First, is important I clarify the structure of the results. 0.45051 (italised) is the headcount index of poverty in region i, first region (where i= 1, 2, ...., 6) at date t, first year (where t=1,2, ..., 6); 0.52296 (bolded under group 7) is the index in first region and in the second year. Note, there are 1,378 individual units observations such that the 45% is the poverty rate in the region at the given time. The values for p0 that one is intending to create should be 0.45051 for all the 1,378 individual units from the region at the time.
Help is much appreciated.
Thank you,
Dapel
I just constructed the following poverty measures
Code:
group(zon e1 year)
a=0 a=1 a=2
1 0.45051 0.15565 0.07424
2 0.57981 0.22978 0.12236
3 0.39341 0.15794 0.08509
4 0.79021 0.42030 0.26352
5 0.45631 0.17127 0.08639
6 0.55371 0.21982 0.11454
7 0.52296 0.19020 0.09092
8 0.55920 0.22276 0.11705
9 0.33838 0.12851 0.06735
10 0.61907 0.25688 0.13994
11 0.32306 0.10053 0.04533
12 0.57190 0.22638 0.11925
13 0.29774 0.09968 0.04957
14 0.51338 0.18552 0.09115
15 0.42791 0.16115 0.08363
16 0.67895 0.30197 0.17228
17 0.31564 0.11616 0.05968
18 0.50939 0.17982 0.08679
19 0.31267 0.13610 0.08576
20 0.58398 0.23640 0.12305
21 0.45392 0.18429 0.10000
22 0.65345 0.31652 0.19166
23 0.61066 0.28144 0.16747
24 0.67679 0.28936 0.15706
25 0.35864 0.13116 0.06538
26 0.57635 0.22272 0.11029
27 0.50073 0.20173 0.10729
28 0.77152 0.39423 0.24309
29 0.63412 0.25309 0.13067
30 0.77116 0.35862 0.20526
31 0.54763 0.21473 0.11026
32 0.65842 0.25118 0.12816
33 0.42415 0.14907 0.07161
34 0.77879 0.36587 0.21069
35 0.67673 0.27356 0.14352
36 0.75806 0.35490 0.20447
I wan to create three variables: p0,p1 and p2. First, is important I clarify the structure of the results. 0.45051 (italised) is the headcount index of poverty in region i, first region (where i= 1, 2, ...., 6) at date t, first year (where t=1,2, ..., 6); 0.52296 (bolded under group 7) is the index in first region and in the second year. Note, there are 1,378 individual units observations such that the 45% is the poverty rate in the region at the given time. The values for p0 that one is intending to create should be 0.45051 for all the 1,378 individual units from the region at the time.
Help is much appreciated.
Thank you,
Dapel

Comment