Dear list members and Prof. Jenkins:
I'm working on a project related to neighborhood effect. In each of my defined community there are two groups of residents (say A and B) ,my key identification strategy lies on whether there is a significant difference of household similarity, in terms of like income, education and other attributes, among two groups in each community. In other word, I don't care the absolute value but the dispersion rate. I tried to use the user-written command --ineqdeco-- to compute the gini coefficient like
where cid_new is string variable representing varname for community and old_household is dummy for groupsA (old_household==1 if resident belong to group A, 0 otherwise ). However, I got an error message like "no observations" (which is not true) at the beginning of the command implement I guess that's due to the inappropriate setting of bygroup option , but I don't know why.
What's more, given my limited subsample property (roughly 50 -100 households within a community, even smaller for each group), should I use bootstrap in my case?
I'm working on a project related to neighborhood effect. In each of my defined community there are two groups of residents (say A and B) ,my key identification strategy lies on whether there is a significant difference of household similarity, in terms of like income, education and other attributes, among two groups in each community. In other word, I don't care the absolute value but the dispersion rate. I tried to use the user-written command --ineqdeco-- to compute the gini coefficient like
Code:
ineqdeco income2012 if pub_house==1, bygroup(cid_new old_household)
What's more, given my limited subsample property (roughly 50 -100 households within a community, even smaller for each group), should I use bootstrap in my case?

Comment