Dear all,

in a lot of econometric studies in finance they use lagged variables. Why would they do that?

Code:
sort company_key year
by company_key: gen esg_single_lag1 = esg_single[_n-1]
Thats my code to lag an independent variable by one period.
Is this correct?

Thanks, Patrick