Hi All,
I have the following model
which I need to run it for each firm in the same industry_id in each year. After running the this model I need to use the estimated coefficient of this model a1,a2, and ,a3 to calculate other variable as follow
, so the new variable is NDA.
sorry if I wasn't clear but I'm tried my best.
Thank you in advance for your comments and suggestion
I have the following model
TA/LTA = α1 (1/LTA) + α2 (ΔREV/LTA) + α3 (PPE/LTA) + ε
NDA = α1 (1/LTA) + α2 (ΔREV/LTA) + α3 (PPE/LTA)
sorry if I wasn't clear but I'm tried my best.
Thank you in advance for your comments and suggestion
Comment