Hi all!
I created a variable indicating in which income decile individuals of a population are. I tabulated this variable:
. tab decile [aw=dwt]
decile | Freq. Percent Cum.
------------+-----------------------------------
1 | 4,824.751 10.01 10.01
2 | 4,821.9915 10.00 20.01
3 | 4,817.9334 9.99 30.01
4 | 4,819.9383 10.00 40.00
5 | 4,826.7076 10.01 50.02
6 | 4,812.9441 9.98 60.00
7 | 4,821.7949 10.00 70.00
8 | 4,828.6192 10.02 80.02
9 | 4,814.1271 9.99 90.01
10 | 4,818.1928 9.99 100.00
------------+-----------------------------------
Total | 48,207 100.00
I need to store in some locals the ten % (e.g. local dec01 should be equal to 10.01, local dec02 should be equal to 10.00 and so on).
In a second step, I'd like to do a bar chart in which to show as a bar the mean income of each decile and as a dot the % of inidividuals in the same decile.
Thank you in advance.
Related Posts with Store tab command's results
Generate treatment variables for panel data analysisDear community, I am working on a panel data analysis, where I have to generate a treatment variabl…
Alternative-specific constant equal to nest in nested logitDear all, I am using a nested logit model to analyze a discrete choice experiment. I have one nest …
Number of one variable according to two other variablesHi Dears, My datset includes Firms identification: NPC_FIC, Classification by broad economic catego…
Cmh test in survey settingI want to get a 3x3 contingency table for survey data and do cmh test. i see in previous post that s…
Interaction in manual DIDHello, Im running a DID model( over two waves of a longitudinal survey) where the code that I use i…
Subscribe to:
Post Comments (Atom)
0 Response to Store tab command's results
Post a Comment