Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: generating one twoway graph using by


From   Daniel Egan <[email protected]>
To   [email protected]
Subject   st: generating one twoway graph using by
Date   Fri, 24 Sep 2004 10:27:00 -0400

Hello all, 

I am trying to make a line plot of many individuals values over time
in one graph. I am hoping that there is someway to shortcut around the
syntax of -twoway- using -by- such that I do not need to specify all
individuals (I have nearly 200).

I started with 
twoway (line ivalue idate, by(PID))
but that gave 200 individual graphs.

so did 
twoway (line ivalue idate), by(PID)
but that gave the same thing. 


I am hoping to avoid needing to write
twoway (line ivalue idate if PID==1) (line ivalue idate if PID==2) ......

Should I stop hopeing, and start writing?

Thanks in Advance, 

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