Hello!
I have some data that could use firm id and year to identify which firm it is, and which year the observation occurs. For each firm id, I want to create an observation for its previous year, e.g., with firm id 2345 in year 2009, I want another line also with firm id 2345, but the year shown is 2008. How can I do this?
Thanks a lot for any help : )
I have some data that could use firm id and year to identify which firm it is, and which year the observation occurs. For each firm id, I want to create an observation for its previous year, e.g., with firm id 2345 in year 2009, I want another line also with firm id 2345, but the year shown is 2008. How can I do this?
Thanks a lot for any help : )

Comment