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
Jump in coefficients value after interacting a time dummy with the initial model's regressorsDear Statlist members, Good afternoon. I am estimating a translog cost function intending to measure…
Ranked ordered logistic regression (rologit) problemsHello Statlaist I've some problems using the rologit command in Stata: I've collected data from a s…
predict versus margins after mepoissionI'm using mepoisson to model county-level cancer diagnoses using county population as the exposure a…
Panel data and regression with vs. without clustering standard errorsI am using panel data for a difference-in-difference model in which I attempt to see the affect the …
xtgee outputHi how can I find the variance of the mean after xtgee? should I use SE to get Variance or is there …
Subscribe to:
Post Comments (Atom)
0 Response to Regression with year and country fixed effects
Post a Comment