Statalist


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

st: Fun with switching point


From   Quang Nguyen <[email protected]>
To   [email protected]
Subject   st: Fun with switching point
Date   Wed, 7 Oct 2009 23:40:26 -1000

Dear all:

Suppose, I have the following data:

id      x
1      1
1      1
1      1
1      1
1      0
1      0
1      1
1      1
2      1
..

Now, I would like to generate a variable _y _such that _y_ takes the
ordering value of 1, 2, 3... as long as the corresponding _x_  takes
the same value as the previous observation. Otherwise,  _y_ is 0.
Specifically, from the above data, we have:

id      x        y
1      1
1      1         1
1      1         2
1      1         3
1      0         0
1      0         1
1      1         0
1      1         1
2      1         2
..

Can you suggest a way to do this in Stata?
--
"My father gave me the greatest gift anyone could give another person,
he believed in me." - Jim Valvano
*
*   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