Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: re: creating a variable from many variables


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: creating a variable from many variables
Date   Tue, 6 Oct 2009 07:06:49 -0400

<>
ssc install egenmore    (Nick Cox's grab bag of egen fns)

. egen four = rall(var*), c(@ == 4 | mi(@))

. l

     +------------------------------------------------+
     | var1   var2   var3   var4   var5   var6   four |
     |------------------------------------------------|
  1. |    4      .      4      4      4      .      1 |
  2. |    2      4      .      .      .      .      0 |
  3. |    4      4      4      4      4      4      1 |
  4. |    2      3      4      4      4      4      0 |
  5. |    4      4      4      4      4      4      1 |
     |------------------------------------------------|
  6. |    4      .      .      .      .      .      1 |
  7. |    3      3      3      3      3      3      0 |
  8. |    4      3      .      .      .      .      0 |
  9. |    2      3      1      4      3      .      0 |
 10. |    1      1      .      .      .      .      0 |
     +------------------------------------------------+


Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
An Introduction to Stata Programming | http://www.stata-press.com/books/isp.html
   An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html

*
*   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–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index