Hi there
I would like to lag my firm-level and country-level variables by one year, Xi,t−1, as controls. I just use the Stata command: gen lag_x=x[_n-1] for all the controls that I need to include in my model. Is this correct or do I need to do it differently?
thanks for your kind input.
I would like to lag my firm-level and country-level variables by one year, Xi,t−1, as controls. I just use the Stata command: gen lag_x=x[_n-1] for all the controls that I need to include in my model. Is this correct or do I need to do it differently?
thanks for your kind input.
Comment