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: SV: RE: Convert text categories to labels
From
"Tomas Lind" <[email protected]>
To
<[email protected]>
Subject
st: SV: RE: Convert text categories to labels
Date
Thu, 3 Jun 2010 12:11:40 +0200
Many thanks Martin and Nick for helpful advice.
/Tomas
-----Ursprungligt meddelande-----
Från: [email protected]
[mailto:[email protected]] För Martin Weiss
Skickat: den 3 juni 2010 11:57
Till: [email protected]
Ämne: st: RE: Convert text categories to labels
<>
***********
clear*
inp str20 city
London
Paris
Stockholm
end
encode city, gen(numcity)
l
l, nol
***********
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Tomas Lind
Sent: Donnerstag, 3. Juni 2010 11:54
To: [email protected]
Subject: st: Convert text categories to labels
Hi all,
I have a variable "city" with the categories London, Paris, Stockholm (and
lots of other cities). How can I make a new variable that is numeric with
London, Paris, Stockholm (and so on) as value labels?
/Tomas
*
* 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/