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
Multiple imputation with panel dataHello, I want to use a multiple imputation panel dataset (originally in SPSS) in Stata. To do so, I…
chow test for mixed (growth-curve) modelHi, I have a question about the chow test for comparing coefficients in mixed models. On this Stat…
ProgrammingHello experts, Kindly let me know how to match merge two or more files. I need the codes. Thanks …
Graphing interaction termsI have fitted a two - level cross-classified logistic models using runmlwin (mcmc). I would like to …
Why do country-state pair fixed effects within gravity framework drastically change coefficients and significance?I am investigating the effects of migration on trade. My dataset contains approximately 130 countrie…
Subscribe to:
Post Comments (Atom)
0 Response to Store tab command's results
Post a Comment