Hello everyone
I am new to this platform
I am currently working with a panel dataset on Stata18 and have some questions
General info: My model is firms (86) across 4 countries over 10 years with 860 observations. I have applied the reghdfe depvar indvar, absorb(firmid year industry country) cluster(firmid)
In addition, I have also done OLS and run regressions with Industry, Country, and Year fixed.
I want to compare OLS and reghdfe results, as I found out that OLS gave me significant results between ESG and Financial Performance, while the reghdfe command gave me insignificant results.
My questions are:
1) Is the regression done correctly by doing reghdfe depvar indvar, absorb(firmid year industry country) cluster(firmid) based on my panel data?
2) Is it correct to call it "Pooled OLS" or is a Fixed Effect regression done manually?
3) Should I include vce rob /vce cluster (firm id) in the OLS reg or should I only do the OLS without vce rob/ vce cluster firmID with reg Y X + Controlling variables and fixed variables to do a fair comparison between the models?
Your advice and expertise would mean a lot as I navigate this step in my analysis! Thank you in advance for your help.
Best regards,
Martin
I am new to this platform
I am currently working with a panel dataset on Stata18 and have some questions
General info: My model is firms (86) across 4 countries over 10 years with 860 observations. I have applied the reghdfe depvar indvar, absorb(firmid year industry country) cluster(firmid)
In addition, I have also done OLS and run regressions with Industry, Country, and Year fixed.
I want to compare OLS and reghdfe results, as I found out that OLS gave me significant results between ESG and Financial Performance, while the reghdfe command gave me insignificant results.
My questions are:
1) Is the regression done correctly by doing reghdfe depvar indvar, absorb(firmid year industry country) cluster(firmid) based on my panel data?
2) Is it correct to call it "Pooled OLS" or is a Fixed Effect regression done manually?
3) Should I include vce rob /vce cluster (firm id) in the OLS reg or should I only do the OLS without vce rob/ vce cluster firmID with reg Y X + Controlling variables and fixed variables to do a fair comparison between the models?
Your advice and expertise would mean a lot as I navigate this step in my analysis! Thank you in advance for your help.
Best regards,
Martin
Comment