Statalist


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

st: re: counter variable


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: counter variable
Date   Sat, 2 May 2009 10:49:14 -0400

<>	
T suggested

 g newvar = 1 if new_prc==1
 bys Id (schlyr): replace newvar = newvar[_n-1]+1 if newvar !=1

This sounds to me like a generally bad idea. The first statement just changes the new_prc zero values into missing values. The second statement relies upon the fact that missing is a value not equal to 1. Although the logic works, I think Eva's suggested approach is a better way to think about a problem like this (although I deplore her reliance on -set varabbrev on-, which is IMHO a Very Bad Idea).

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