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: RE: AW: AW: Graph


From   "Nick Cox" <[email protected]>
To   <[email protected]>
Subject   st: RE: AW: AW: Graph
Date   Tue, 2 Mar 2010 13:22:00 -0000

Or you might reconsider the wisdom of averaging wages! 

Nick 
[email protected] 

Martin Weiss

That -drop- in my code kills a nasty outlier, your situation may be
different :-)

Martin Weiss

sysuse nlsw88, clear
drop if age==46
table  age married , c(mean wage)
collapse (mean) wage, by(age married)
twoway (line wage age if married, sort) (line wage age if !married,
sort)

[email protected]

>>From a large dataset I have generated a twoway table of mean income by

gender and age: 
table gender age, c(mean income). 

What is the simple (?) command that creates a graph that corresponds to 
this table, i.e. with two lines (one for each gender) showing trends in 
income over age. 

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


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