Hi all,
I'm running quantile regressions for the first time and getting some funny-looking results - I'm just hoping I haven't missed anything obvious like an option I should be specifying or something like that.
My commands are of the form:
I'm using household-level data: my dependent variable is the annual change in consumption, my continuous variables include things income and house value (also in changes), the dummy splits households into 'types', and the factor variables are things like employment status.
The puzzle is that when I graph the estimated coefficients, I always get a U-shaped distribution with coefficients close to (but not exactly) zero at the median of the dependent variable. I've never seen anything like that in the papers I've read on quantile regressions - if anything, the coefficients usually seem to look like they either increase or decrease over the distribution (see for example http://www.econ.uiuc.edu/~roger/research/intro/rq.pdf, pg 8). I've had a bit of a look around to see whether it's the sort of thing others have asked about in the past but have had no joy. I guess it might well be right, it's just a bit odd.
I'm using Stata 13.0 SE in Windows.
Any thoughts would be much appreciated. Thanks!
I'm running quantile regressions for the first time and getting some funny-looking results - I'm just hoping I haven't missed anything obvious like an option I should be specifying or something like that.
My commands are of the form:
Code:
sqreg ch_consumption dummy#c.(continuous variables) i.(dummy#(factor variables)), reps(100) q(.01 .05 .1 .15 .2 .25 .3 .35 .4 .45 .5 .55 .6 .65 .7 .75 .8 .85 .9 .95 .99)
The puzzle is that when I graph the estimated coefficients, I always get a U-shaped distribution with coefficients close to (but not exactly) zero at the median of the dependent variable. I've never seen anything like that in the papers I've read on quantile regressions - if anything, the coefficients usually seem to look like they either increase or decrease over the distribution (see for example http://www.econ.uiuc.edu/~roger/research/intro/rq.pdf, pg 8). I've had a bit of a look around to see whether it's the sort of thing others have asked about in the past but have had no joy. I guess it might well be right, it's just a bit odd.
I'm using Stata 13.0 SE in Windows.
Any thoughts would be much appreciated. Thanks!
Comment