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: xtline three country lines
From
"DeMichele, Matthew" <[email protected]>
To
<[email protected]>
Subject
RE: st: xtline three country lines
Date
Fri, 13 Dec 2013 12:04:25 -0500
Thanks to Rob and Scott. Both approach worked perfectly. Thanks.
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Scott
Merryman
Sent: Friday, December 13, 2013 11:56 AM
To: [email protected]
Subject: Re: st: xtline three country lines
You want or not and:
xtline y if country ==17 | country ==6 | country ==12, overlay
or
xtline y if inlist(country, 6, 12,17), overlay
Or use -line-
line y year if country ==6 ///
|| line y year if country ==12 ///
|| line y year if country ==17
Scott
On Fri, Dec 13, 2013 at 9:51 AM, DeMichele, Matthew <[email protected]>
wrote:
> I have pooled data across 15 countries and 50 years. I want to provide
> a line graph of the trend of the outcome variable, but I want to
> overlay only three countries.
>
> I've tried several variants of:
>
> xtline y if country ==17 & country ==6 & country ==12, overlay no
> observations
>
> Any suggestions?
>
> Thank you.
> Matthew
>
>
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/faqs/resources/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/faqs/resources/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/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/