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

Re: st: generating one twoway graph using by


From   Edlira Narazani <[email protected]>
To   [email protected]
Subject   Re: st: generating one twoway graph using by
Date   Fri, 24 Sep 2004 16:31:46 +0200

Why dont you write simply:

twoway (line ivalue idate)


Scrive Daniel Egan <[email protected]>:


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




----------------------------------------------------------------
This message was sent using IMP - Facolta' di Economia - Torino.

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