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.
I want to see the effect of these variables and check whether they differ from developing to developed countries.
I tried to do interaction terms of each variable and the group they belonged to, after grouping countries by their GDP (in Developed and Developing), but literature suggests I generate dummies rather than use interaction terms to distinguish between the results of these two groups of countries.
My initial regression was:
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)
Could anyone help me with how to interpret the regression with dummies now? I generated dummies as such:
gen Countrydum=0
replace Countrydum= 1 if GDP>20000 (These are the developed countries)
My results are as in the attachment file (I am having a hard time with reporting results as suggested in the forum's guidelines, I beg your pardon for that).

Thank you.
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.
I want to see the effect of these variables and check whether they differ from developing to developed countries.
I tried to do interaction terms of each variable and the group they belonged to, after grouping countries by their GDP (in Developed and Developing), but literature suggests I generate dummies rather than use interaction terms to distinguish between the results of these two groups of countries.
My initial regression was:
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)
Could anyone help me with how to interpret the regression with dummies now? I generated dummies as such:
gen Countrydum=0
replace Countrydum= 1 if GDP>20000 (These are the developed countries)
My results are as in the attachment file (I am having a hard time with reporting results as suggested in the forum's guidelines, I beg your pardon for that).
Thank you.
Comment