I would like to graph the two coefficient slopes I obtained from my xtreg command. This is my code:
Code:
foreach status_codes of numlist 0/1{
disp `status_codes'
xtreg _roe _sp500 if status_codes == `status_codes', fe vce(robust)
}Help is much appreaciated.
Kind regards,
Rafael
0 Response to Graph two slopes from grouped xtregression
Post a Comment