Announcement

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

  • quintiles

    Hello everyone,
    I'm working with the command descogini for the decomposition of the gini coefficient and I want the results by quintiles how can I do that please ?

  • #2
    maybe this:
    Code:
    xtile gini5 = gini, n(5)
    forv i = 1/5 {
       descogini x1 x2 x3 if gini5==`i'
    }

    Comment


    • #3
      Thank you very much for your help.

      Comment

      Working...
      X