Hi all,
I am doing a fixed effects model in stata in order to find out what factors affect home prices. I am in doubt whether I type in the right command to stata AND how to interpret the results so I hope some of you can help me.
WHAT I TYPE IN:
1) Make stata understand i use quarters:
gen qdate = quarterly(TIME, "YQ")
format qdate %tq
2) Running the fixed effect regression
xtset ID qdate
xtreg Homeprices wage unemploymentrate interest buildingcosts population qdate, fe
WHAT I GET AS RESULT:
With respect to the result, is it then right to say that: As unemployment rate increases by 1 % (unemployment rate is measured in percentages), home prices (measured in an index) decrease by 108 %. Of course this does not sound right, but what am I doing wrong?
Any help is very much appreciated. Thank you very much in advance.
Best regards
William
I am doing a fixed effects model in stata in order to find out what factors affect home prices. I am in doubt whether I type in the right command to stata AND how to interpret the results so I hope some of you can help me.
WHAT I TYPE IN:
1) Make stata understand i use quarters:
gen qdate = quarterly(TIME, "YQ")
format qdate %tq
2) Running the fixed effect regression
xtset ID qdate
xtreg Homeprices wage unemploymentrate interest buildingcosts population qdate, fe
WHAT I GET AS RESULT:
With respect to the result, is it then right to say that: As unemployment rate increases by 1 % (unemployment rate is measured in percentages), home prices (measured in an index) decrease by 108 %. Of course this does not sound right, but what am I doing wrong?
Any help is very much appreciated. Thank you very much in advance.
Best regards
William
Comment