Announcement

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

  • Hello

    I need help on how to draw a Jan Pen's parade, I have three variables poverty, Gross consumption expenditure, and Net consumption expenditure.

  • #2
    Here's a start

    Code:
    . ssc describe alorenz
    
    ---------------------------------------------------------------------------------------------------------------------------------------------
    package alorenz from http://fmwww.bc.edu/repec/bocode/a
    ---------------------------------------------------------------------------------------------------------------------------------------------
    
    TITLE
          'ALORENZ': module to produce Pen's Parade, Lorenz and Generalised Lorenz curve
    
    DESCRIPTION/AUTHOR(S)
          
           alorenz derive and plot the Pen's Parade, Lorenz and Generalized
          Lorenz curve.
          
          KW: Pen's Parade
          KW: Lorenz
          KW: Generalized Lorenz
          
          Requires: Stata version 8.0
          
          Distribution-Date: 20210129
          
          Author: Joao Pedro Azevedo, World Bank
          Support: email [email protected]
          
          Author: Samuel Franco, IPEA
          Support: email [email protected]
          
    
    INSTALLATION FILES                              (type net install alorenz)
          alorenz.ado
          alorenz.hlp
          ../_/_matchval.ado
          ../_/_pecatsal.ado
          ../_/_ebin.ado
    ---------------------------------------------------------------------------------------------------------------------------------------------
    (type ssc install alorenz to install)

    Comment


    • #3
      See also qplot from the Stata Journal.

      Comment

      Working...
      X