Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: RE: Modified Lorenz Curve


From   philippe van kerm <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: Modified Lorenz Curve
Date   Tue, 27 May 2008 15:02:44 +0200

If I understand the paper correctly, the "modified Lorenz curves" are what is elsewhere referred to as the Concentration curve. You can use -glcurve- for that, e.g.

ssc describe glcurve
sysuse auto
glcurve weight, sortvar(price) lorenz


If you want to plot several curves for several income sources, do stg like:
  glcurve incomesource1, sortvar(totalincome) lorenz glvar(mlc1) pvar(p) nograph
  glcurve incomesource2, sortvar(totalincome) lorenz glvar(mlc2) nograph
  ...
  tw line mlc1 mlc2 ... p
or
  tw line mlc1 mlc2 ... p p  // to add a 45 degree ref line

Good luck
Philippe



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of fleur wouterse
Sent: Tuesday, May 27, 2008 1:04 PM
To: [email protected]
Subject: st: Modified Lorenz Curve

Dear all,

I have been trying to plot Modified Lorenz curves to
illustrate income distribution by source as in the
paper by Leones & Feldman (1998) in Economic
Development and Cultural Change but I do not see an
option in Stata to do anything like this.

Your help is appreciated,

Fleur Wouterse




*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/

*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index