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: RE: Tabulate if


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: RE: Tabulate if
Date   Tue, 29 Jun 2010 20:02:13 +0200

<>

Or use -inlist()-:


***********
sysuse auto, clear
tab rep78 if inlist(make, "AMC Concord", "AMC Pacer" ,"AMC Spirit"), m
***********


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Martin Weiss
Sent: Dienstag, 29. Juni 2010 20:00
To: [email protected]
Subject: st: RE: Tabulate if


<>

***********
tabulate X Y if X == "name1" | X == "name2" | X == "name3"    
***********


HTH
Martin


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Hobst
Sent: Dienstag, 29. Juni 2010 19:58
To: [email protected]
Subject: st: Tabulate if

The command: tabulate X Y if X == "name1"     will give me the tabel only
for
"name1".

How do i get a tabel for name1, name2 and name3

i tried this:  tabulate X Y if X == "name1""name2""name3"    , but it doesnt
work.. How can i do that? Thank you
-- 
View this message in context:
http://statalist.1588530.n2.nabble.com/Tabulate-if-tp5236034p5236034.html
Sent from the Statalist mailing list archive at Nabble.com.
*
*   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