Hi all,
I want to generate a price index using the coefficients of the following regression:
with dependent variable= loglprice (log of house selling price)
and independent variable= hhmove (year moved into the house)
reg loglprice i.hhmove
I want to use the year coefficients of the output table of this regression to generate a price index.
A price index can be generated by taking the exponential transformation of the estimated year coefficients (var HHMOVE) and multiplying that by 100.
To do so, something like this should be entered in Stata I guess:
gen logcoef=log(coef)
gen priceindex=logcoef*100
The question is how can I use the year coefficients (coef?) from the output table?
I believe the 'parmest'- command can help but I am not sure.
Thanks.
Related Posts with Generata price index using 'parmest'
Do "Driscoll-Kraay standard errors" correct heteroskedasticity and autocorrelation in Panel Data?Hi! I was using xtreg, fe command on my Panel Data with N = 33, T = 25 and it had heteroskedasticit…
Displace full name of variableHi , When I use the list variable, display short name "chan~n_3", but it is actually "change_land_ow…
Spatial Auto-correlation and Interpreting Moran's I StatisticI'm working with non-negative count data at the county level, with my dependent variable being the n…
Displace full name of variableHi, When I use the list variable, display short name "chan~n_3", but it is actually "change_land_own…
Displace full name of variableHi, When I use the list variable, display short name "chan~n_3", but it is actually "change_land_own…
Subscribe to:
Post Comments (Atom)
0 Response to Generata price index using 'parmest'
Post a Comment