Hey there,
I'm a student working with Stata and have a data set that contains a variable associated with countries denoting their GDP from last year. However, I need the data to denote this year's GDP. If I "by country: gen GDP = gdplag[_n+1]" and then "drop if GDP == ." It successfully moves all gdplag observations one year to give me GDP while dropping the observations that don't have a gdplag. So I'm almost there. The problem is some of the years in the data set are nonconsecutive. For example, I have the years 1993, 1994, 1996, and 1997. Years 1993 and 1996 end up with accurate GDPs because I can obtain them from the gdplag of 1994 and 1997 respectively. Further, the GDP observation for 1997 is dropped since I don't have gdplag for 1998. However, the gdplag for 1996 becomes the GDP for 1994 when it is actually the GDP for 1995. Is it possible to make sure that gdplag is moved to correspond with the appropriate year? This is my best guess but I get an invalid syntax (r198) error: "by country: gen GDP = gdplag[_n+1] if year[_n] - year[_n-1] = 1"
Related Posts with Dropping Variables Based on Other Variable, Student Project
ppml with high fixed effectsHi, everyone! I am an undergraduate student who is researching for his thesis about international tr…
Creating Dummy Variable based on Duplicate Values between VariablesHello, I am using household data and need to create a dummy variable between pairs of variables to i…
Why do I have a base outcome (reference outcome with zero coefficients)?Dear Professionals, I am working on developing transport mode choice models, I used Multinomial Log…
Correcting and consolidating multiple name spellingsI am currently working on a dataset of government contracts and have run into an issue while cleanin…
Significant time dummiesHello! I am doing research on corruption and have a balanced panel data set of 363 observations for…
Subscribe to:
Post Comments (Atom)
0 Response to Dropping Variables Based on Other Variable, Student Project
Post a Comment