Hi all,
I am doing a fixed effects model in stata in order to find out what factors affect house 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 have quarterly data:
gen Date = quarterly(TIME, "YQ")
format Date %tq
2) Running the fixed effect regression
xtset ID Date
xtreg RealHousePrices RealDisposableIncome Unemploymentrate InterestRate Constructioncosts POpulation Date, fe
WHAT I GET AS RESULT:
Array
With respect to the result, is it then right to say that: As unemployment rate increases by 1 % (unemployment rate is measured in percentages), real house prices 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
Related Posts with Fixed effects model/interpretation
CLAD with autocorrelated dataHello, I would like to modell arbitrage profits between cryprocurrency exchanges. I have have 9 pair…
testing 1 2 1 2 Code: . xtreg gini_disp kofgi educ urbanpop ln_gdppc ln_gdppc2, fe rob Fixed-effects (with…
gllamm - Entering variables in a different order changes the resultsGood evening, I am running two regressions with gllamm, one for each of two control groups, with id…
Which model is best for my panel data?Dear Statalist members, I am using an unbalanced panel of 144 countries and 3300 obs to measure the…
Creating and Saving graphs using loopDear Statalist Members, I am working on a panel data set. I want to create graphs and save graphs by…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed effects model/interpretation
Post a Comment