My aim is to estimate a model with country and year fixed effects. I both have a variable with the years in long format, and a series of dummy variables for each year.
My concern arises because I have different estimates and standard errors depending on whether I am using
HTML Code:
Year*
HTML Code:
i.Year
The model looks something like this
HTML Code:
xtreg y x1 x2 x3 i.Year, fe robust cluster(id)
HTML Code:
xtreg y x1 x2 x3 Year*, fe robust cluster(id)
Thank in advance for your help
0 Response to i.year vs year*
Post a Comment