Hello,
I have a panel dataset that consists of countries and firms for each county. I want to test the effect of Firm Growth, Asset Tangibility, Profitability and Liquidity on Leverage ratio and whether these variables change from Developing to Developed countries.
My command is as follows.
xtreg LEVERAGE c.l1.LEVERAGE##i.GDP_tv c.GROWTH##i.GDP_tv c.LIQUIDITY##i.GDP_tv c.PROFITABILITY##i.GDP_tv c.ASSETTANGIBILITY##i.GDP_tv i.Country_new, re cluster(Firm_new)
Here, GDP_tv is a dummy I have generated with 0 for Developing countries if GDP<20000 and 1 for Developed countries if GDP>20000
As I run my regression, the results show the following (short illustration):
GDP_tv DEVELOPED
Growth
c.Growth#GDP_tv DEVELOPED
Bottom line, there is a list of all the independent variables and their interactions with the respective coefficients, se, p-values and so on.
Could you please help me with how can I interpret GDP_tv DEVELOPED?
Also, can I say that the coefficient of each variable is the effect of that variable on the dependent one (without distinguishing between Developed and Developing), while the coefficient of the interaction is the effect when talking about Developed countries as compared to Developing?
What if the interactions are insignificant? What does it mean?
Thank you in advance.
P.S I am new in Stata list and have not been able to use the coding option to provide you with my full results properly.
I have a panel dataset that consists of countries and firms for each county. I want to test the effect of Firm Growth, Asset Tangibility, Profitability and Liquidity on Leverage ratio and whether these variables change from Developing to Developed countries.
My command is as follows.
xtreg LEVERAGE c.l1.LEVERAGE##i.GDP_tv c.GROWTH##i.GDP_tv c.LIQUIDITY##i.GDP_tv c.PROFITABILITY##i.GDP_tv c.ASSETTANGIBILITY##i.GDP_tv i.Country_new, re cluster(Firm_new)
Here, GDP_tv is a dummy I have generated with 0 for Developing countries if GDP<20000 and 1 for Developed countries if GDP>20000
As I run my regression, the results show the following (short illustration):
GDP_tv DEVELOPED
Growth
c.Growth#GDP_tv DEVELOPED
Bottom line, there is a list of all the independent variables and their interactions with the respective coefficients, se, p-values and so on.
Could you please help me with how can I interpret GDP_tv DEVELOPED?
Also, can I say that the coefficient of each variable is the effect of that variable on the dependent one (without distinguishing between Developed and Developing), while the coefficient of the interaction is the effect when talking about Developed countries as compared to Developing?
What if the interactions are insignificant? What does it mean?
Thank you in advance.
P.S I am new in Stata list and have not been able to use the coding option to provide you with my full results properly.
Comment