Hi there,
First of all I am new to this forum and I've been trying to find a relatable post but wasn't able to find it. I'm running a regression to study the potential relation between accruals earnings management and corporate social responsibility. I included several control variables but I followed previous studies and included the variables year and country to control for specific year and country effects.
So, this is what I ran on Stata:
xtset id year
egen year_country = group(year country)
xtreg REM CSR AEM GROWTH SIZE LEV ROA BIG4 IND, fe vce(robust)
xtreg REM CSR AEM GROWTH SIZE LEV ROA BIG4 IND i.year_country, re vce(robust)
xtreg REM CSR AEM GROWTH SIZE LEV ROA BIG4 IND i.year i.country, re vce(robust)
My question is: does this fulfil the propose of my research? And if I want to export the coefficients should it be from the first regression with fixed effects and cluster robust?
Thank you in advance for your help.
Related Posts with Regression with year and country fixed effects
Stata Probit Model Interaction Term InterpretationHello everyone, for my thesis i am currently investigating the effects of emissions on health on a …
How to combine descriptive statistics and ttest resultsArray Hello; I have three dependent variable and all of them are binary, and a list of independent …
dsregress displays undefined error when Estimating lasso for variables of interestI am currently running a series of lasso regressions and I encountered an error that I cannot identi…
Welch's F-test as an alternative to Fisher's F.Hi Everyone, Is there an option to get Welch's F or Brown-Forsythe's F in Stata (for situations whe…
twoway histogram gen with 0 frequencyHi! I have a question regarding the twoway histogram gen, which is a subroutine for histogram in St…
Subscribe to:
Post Comments (Atom)
0 Response to Regression with year and country fixed effects
Post a Comment