I am generating wealth inequality metrics by metro area for the entire nation (U.S.) The wealth data include negative numbers, so I use ineqdec0 to calculate GE(2) and Gini by CBSA - like this
ineqdec0 wealth, by(CBSA)
the figures i obtain are difficult for me to interpret. I find there are negative numbers in the list of gini coefficients. So they are not gini coefficients, they are decompositions, but how do I interpret them?
I may in actuality need gini coefficients for each CBSA, and so I see that I can use sgini for that. But I would like to better understand the output from ineqdec0 as it may be useful too.
Thanks in advance.
ineqdec0 wealth, by(CBSA)
the figures i obtain are difficult for me to interpret. I find there are negative numbers in the list of gini coefficients. So they are not gini coefficients, they are decompositions, but how do I interpret them?
I may in actuality need gini coefficients for each CBSA, and so I see that I can use sgini for that. But I would like to better understand the output from ineqdec0 as it may be useful too.
Thanks in advance.
Comment