Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • ineqdec0: saving result as a new variable.

    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
    Code:
    ineqdec0 inc_equiv [w=pwgt], by(region)
    Could anyone let me know how to save the result(Gini coefficient by region)?

    Thank you for your advice!

Working...
X