Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Re: Help Creating a Lagged Variable


From   "Michael Blasnik" <[email protected]>
To   <[email protected]>
Subject   st: Re: Help Creating a Lagged Variable
Date   Tue, 12 Sep 2006 15:51:30 -0400

This may work:

by country: gen regimeyear=year if _n==1 | regimechange==1
by country: replace regimeyear=regimeyear[_n-1] if regimeyear==.

M Blasnik

----- Original Message ----- From: "Michael Horowitz" <[email protected]>
To: <[email protected]>
Sent: Tuesday, September 12, 2006 2:42 PM
Subject: st: Help Creating a Lagged Variable



To whom it may concern:

I have data set up in country-year format, where there is one observation
per country per year.  There is also a regime change variable that is a 0
if no regime change occurred in that year and a 1 otherwise.  The dataset
runs from 1945-2002.

I am interested in creating a lagged variable for each country for each
year that will take on the value of the start year for the dataset if
no regime change has occurred for that country since the beginning of the
dataset and the year of the regime change if a regime change has occurred.
<snip>

*
*   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/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index