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.
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)
However, I am unable to properly interpret Countries' significance (How can you interpret that one country has a significant value and another country does not have a significant value?)
Could you help me interpret the i.Country values, along with the ## values?
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.
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)
However, I am unable to properly interpret Countries' significance (How can you interpret that one country has a significant value and another country does not have a significant value?)
Could you help me interpret the i.Country values, along with the ## values?
Thank you.
Comment