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


From   "Mak, Timothy" <[email protected]>
To   "[email protected]" <[email protected]>
Subject   st: RE: AW: Graph
Date   Wed, 3 Mar 2010 14:56:08 +0000

Or you might want to download -lgraph- 

ssc install lgraph

*************
sysuse nlsw88, clear
drop if age==46
lgraph wage age married 
lgraph wage age married, fit(lfit)
*************

Tim



-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Martin Weiss
Sent: 02 March 2010 13:26
To: [email protected]
Subject: st: AW: Graph


<> 

Ingeborg may also want to look into -graph- types that automatically do all
the grunt work for her:



*************
sysuse nlsw88, clear
drop if age==46
graph dot (mean) wage, over(age) over(married)
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von
[email protected]
Gesendet: Dienstag, 2. März 2010 13:45
An: [email protected]
Cc: [email protected]; [email protected]
Betreff: st: Graph

Hi,

I'm sure there is an easy way to do this, but I can't find it. I hope 
somebody can help me: 

>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. 

Thanks a lot! 


*
*   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/


*
*   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/

*
*   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