Hello,
I used the einqdec0 command to calculate the region-specific Gini coefficient, and it seems it worked.
But I am struggling with saving the result as a variable.
I found an advice about temporary saving for loop, but I want to just save it as a variable.
command I used is as below
Could anyone let me know how to save the result(Gini coefficient by region)?
Thank you for your advice!
I used the einqdec0 command to calculate the region-specific Gini coefficient, and it seems it worked.
But I am struggling with saving the result as a variable.
I found an advice about temporary saving for loop, but I want to just save it as a variable.
command I used is as below
Code:
ineqdec0 inc_equiv [w=pwgt], by(region)
Thank you for your advice!
