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: AW: reconding variable
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: reconding variable
Date
Fri, 5 Mar 2010 18:14:25 +0100
<>
In the absence of evidence to the contrary, you are a Stata 11 user (this also applies to Miranda Kim earlier). So many Stata commands now take the -fvvarlist-s which makes the task of creating dummies redundant in many cases...
***
vers 11
sysuse auto, clear
ta rep78, gen(myrepdummies_)
reg price weight myrepdummies_?
reg price weight i.rep78
***
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Fabio Zona
Gesendet: Freitag, 5. März 2010 18:06
An: [email protected]
Betreff: st: reconding variable
Dear statalist
I have to recode one variable (with numbers from 1 to 300) into 300 different dummy variables; is there a command to do it quickly? or should I make 300 reconding (one per each new dummy variable)?
Thanks
*
* 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/