Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: How to graph


From   Kisil ktl <[email protected]>
To   [email protected]
Subject   st: How to graph
Date   Tue, 18 Mar 2014 19:41:05 +0100

Dear statalist,

I work on a data set that has log wage information of workers through six years.
In order to show how log wage at different percentiles changed between
the years 2000 and 2005, I want to make a graph that has
10th,20th,..,90th percentiles on the x-axis and corresponding
percentage log wage changes on the y-axis.
For example, the graph should show how many percent did the log wage
of a worker at 90th or 10th percentile of the wage distribution change
between 2000 and 2005.
egen rank = rank(wage)
This command computes the percentile ranks of workers with respect to
their log wages, but I could not do the rest of it. How can I make
this kind of a graph?

Best regards
Kisil
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index