Dear community,
I have to estimate the below equation( Khan and Watts, 2009) using annual cross-sectional regressions for the period 2006-2015 to obtain coefficients λ0 , λ1 , λ2 , λ3 for each year.
NIit = β0+ β1 Dit + Rit (μ0 + μ1 SIZEi,t + μ2 MTBi,t + μ3 LEVi,t ) + Dit * Rit (λ0 + λ1 SIZEi,t + λ2 MTBi,t + λ3 LEVi,t) +(φ1 SIZEi,t + φ2 MTBi,t + φ3 LEVi,t + φ4 Dit*SIZEi,t + φ5 Dit*MTBi,t + φ6 Dit* LEVi,t) + Ԑit .
Then, I have to replace the obtained coefficients in the following equation to caluculate C_Score:
C_score = β3,i,t = λ0 + λ1 SIZEi,t + λ2 MTBi,t + λ3 LEVi,t
Could you please help me to insert the correct commands in STATA to estimate the first regression and then to calculate C_Score.
It’s noting that I have some missing values (SIZE, MTB AND LEV), how can I deal with this issue? Should I drop the full firm year observations containing these missing values before estimating the first regression?
Thanks in advance
I have to estimate the below equation( Khan and Watts, 2009) using annual cross-sectional regressions for the period 2006-2015 to obtain coefficients λ0 , λ1 , λ2 , λ3 for each year.
NIit = β0+ β1 Dit + Rit (μ0 + μ1 SIZEi,t + μ2 MTBi,t + μ3 LEVi,t ) + Dit * Rit (λ0 + λ1 SIZEi,t + λ2 MTBi,t + λ3 LEVi,t) +(φ1 SIZEi,t + φ2 MTBi,t + φ3 LEVi,t + φ4 Dit*SIZEi,t + φ5 Dit*MTBi,t + φ6 Dit* LEVi,t) + Ԑit .
Then, I have to replace the obtained coefficients in the following equation to caluculate C_Score:
C_score = β3,i,t = λ0 + λ1 SIZEi,t + λ2 MTBi,t + λ3 LEVi,t
Could you please help me to insert the correct commands in STATA to estimate the first regression and then to calculate C_Score.
It’s noting that I have some missing values (SIZE, MTB AND LEV), how can I deal with this issue? Should I drop the full firm year observations containing these missing values before estimating the first regression?
Thanks in advance
Comment