Hi Statalist-members,
I hope that you can help me out! I have a panel dataset containing 8803 observations in a timeframe 2015Q1 to 2017Q4, for which I want to test whether a certain new rule would change more for men than for women. Rule=1 when observations are from 2017Q2 to 2017Q4.
The following regressions are done using the xtreg, re vce (robust) command:
now I would like to test if there is a significant difference in alpha1 and alpha2. How should I do this? The suest command came to my attention, but I am not sure how to use it in my situation.
Can someone help me?
I hope that you can help me out! I have a panel dataset containing 8803 observations in a timeframe 2015Q1 to 2017Q4, for which I want to test whether a certain new rule would change more for men than for women. Rule=1 when observations are from 2017Q2 to 2017Q4.
The following regressions are done using the xtreg, re vce (robust) command:
Code:
xtreg y alpha1*(Rule*Male) Ln_Assets MB Loss Issue restate Big4 CFO Specialist Litigation1 AnalystCoverage, re vce (rob > ust)
Code:
xtreg y alpha2*(Rule*Women) Ln_Assets MB Loss Issue restate Big4 CFO Specialist Litigation1 AnalystCoverage, re vce (rob > ust)
Can someone help me?
Comment