Hello everyone,
I am trying to replicate research by Chetty et al. on Salience and Taxation. In the original paper, they used the function -areg and absorbed time variable a(year):
areg $ylist $xlist, absorb(year)
I would like to ask whether the areg command in this form runs a random effects panel regression, or whether it runs a fixed effects regression? Are the coefficients and standard errors equivalent to either:
a. xtreg $ylist $xlist i.year, re
or b. xtreg $ylist $xlist i.year, fe
Thank you very much,
Best,
Michaela
I am trying to replicate research by Chetty et al. on Salience and Taxation. In the original paper, they used the function -areg and absorbed time variable a(year):
areg $ylist $xlist, absorb(year)
I would like to ask whether the areg command in this form runs a random effects panel regression, or whether it runs a fixed effects regression? Are the coefficients and standard errors equivalent to either:
a. xtreg $ylist $xlist i.year, re
or b. xtreg $ylist $xlist i.year, fe
Thank you very much,
Best,
Michaela
Comment