Christer wrote
I have two income measures, X and Y. I want to create
a variable, Z, that is equal to X for those obs where
X>=Y and equal to Y for those obs where Y>X. Like this:
id X Y Z
1 12 11 12
2 10 10 10
3 10 12 12
Is there a simple way?
---------------------------------------------------
Yes:
egen Z = rowmax(X Y)
Svend
________________________________________________________
Svend Juul
Institut for Folkesundhed, Afdeling for Epidemiologi
(Institute of Public Health, Department of Epidemiology)
Vennelyst Boulevard 6
DK-8000 Aarhus C, Denmark
Phone, work: +45 8942 6090
Phone, home: +45 8693 7796
Fax: +45 8613 1580
E-mail: [email protected]
_________________________________________________________
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/