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
Annual constant increase rate from monthly data*Dear all! I have some monthly inflation CPI data and wanted to create two new time series. First, t…
Standard Deviation CodeHi I plan t analyzed the data from ELISA using Stata. The data contain OD_1 and OD_2. OD_1 and OD_1 …
Calculating response rates to surveysDear all, I have a project which sends surveys to participants based on certain events. I would li…
difficulty in exporting summary stat using asdocDear members I am trying to export summary stata for my study key variables per country. I want the…
psacalc with sureg - sharing codeHi, I have been working on bounds analysis using psacalc for my regress and xtreg, fe models. I nee…
Subscribe to:
Post Comments (Atom)
0 Response to Fixed effects model/interpretation
Post a Comment