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]
Is this correct?
Thanks, Patrick
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
sort company_key year by company_key: gen esg_single_lag1 = esg_single[_n-1]
0 Response to Lagged Variables
Post a Comment