Hi,
I'm using quantile regression to examine the distribution of a self-reported subjective well being variable. My dependent variable is "HAPPY" ordered on a scale of 1-10. I know quantile regression is supposed to be used with continuous dependent variables however, this method is increasingly being used in the subjective well being literature and so trying to learn more about the method adn why.
For example: Martin Binder & Alex Coad, 2010. "Going Beyond Average Joe's Happiness: Using Quantile Regressions to Analyze the Full Subjective Well-Being Distribution,"Papers on Economics and Evolution 2010-10, Philipps University Marburg, Department of Geography.
I'm trying to understand the reasoning behind why under certain circumstances quantile regression gives strange results with discrete data like this. I have the following code, all my independent variables are dummies.
For quantiles (0.5, 0.9) I seem to be getting strange parameter estimates of -1.26e-10 or -1 and p values of 1. I've attached an image of the output below. Can anyone provide some guidance on this?
Many thanks.
I'm using quantile regression to examine the distribution of a self-reported subjective well being variable. My dependent variable is "HAPPY" ordered on a scale of 1-10. I know quantile regression is supposed to be used with continuous dependent variables however, this method is increasingly being used in the subjective well being literature and so trying to learn more about the method adn why.
For example: Martin Binder & Alex Coad, 2010. "Going Beyond Average Joe's Happiness: Using Quantile Regressions to Analyze the Full Subjective Well-Being Distribution,"Papers on Economics and Evolution 2010-10, Philipps University Marburg, Department of Geography.
I'm trying to understand the reasoning behind why under certain circumstances quantile regression gives strange results with discrete data like this. I have the following code, all my independent variables are dummies.
Code:
xi: qreg2 HAPPY i.mars1 i.mars2 i.mars3 i.mars4 i.mars5 i.employ7 i.employ8 i.male i.eth1, quantile(.5)
Many thanks.
Comment