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]
Re: st: spaghetti plot error
From
Maarten Buis <[email protected]>
To
[email protected]
Subject
Re: st: spaghetti plot error
Date
Sun, 31 Jul 2011 11:16:09 +0200
On Sat, Jul 30, 2011 at 1:40 PM, Shehzad Ali wrote:
> I am trying to make a spaghetti plot using longitudinal data with the following
> variables (spagplot is user written and is available on ssc install):
There is no package -spagplot- on SSC, there is however one on ATS
which you can find using -findit-. I assume you mean that. However,
there is no need for user written commands to create a spagetti plot
(the magic option is -connect(L)-):
*---------------- begin example -----------------------
webuse nlswork, clear
sort idcode year
twoway line ln_wage year if idcode < 40, connect(L)
*----------------- end example ---------------------------
(For more on examples I sent to the Statalist see:
http://www.maartenbuis.nl/example_faq )
Hope this helps,
Maarten
--------------------------
Maarten L. Buis
Institut fuer Soziologie
Universitaet Tuebingen
Wilhelmstrasse 36
72074 Tuebingen
Germany
http://www.maartenbuis.nl
--------------------------
*
* 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/