Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I recently submitted a paper, in which I used quantile regression, to a psychology journal. Although I thought I had already put enough thought in a clear exposition of quantile regression, the reviewers asked for better explanations of the quantile regression technique being only familiar with standard OLS regression.

So, what is the best way to explain quantile regression, in an empirical paper, to non-statisticians?

share|improve this question
I think you need to explain why you chose quantile regression over least squares regression. Were the residuals not normally distributed using least squares regression? – Glen May 13 '12 at 6:02
We chose quantile regression for theoretical reasons. Specifically, we were interested in the whole distribution of the dependent variable. – Johannes May 13 '12 at 6:30
@Johannes, you might find this helpful, and the literature it cites. Also, Glen, non-Normal residuals are no reason to rule out using OLS; see here, for example. – guest May 13 '12 at 6:33
i would say that if the residuals depart significantly from normal least squares may not be a good estimation method due to its sensitivity to outliers. So a robust alternative the OLS is required. – Michael Chernick May 13 '12 at 12:51

2 Answers

up vote 5 down vote accepted

I would consider stressing the motivation and not the technicalities (just give a reference). In particular:

  • Distribution free: you do not wish to assume the parametric form of the error distribution.
  • Robustness: you suspect your dependent variable might be contaminated.

Recovering the whole (conditional) distribution by itself does not justify quantile regression, since under the Normality assumption, the mean and variance suffice to recover the whole distribution. And the same goes for any other parametric error distribution.

share|improve this answer

Try to build up the intuitiveness through the reviewer's/audience's understanding of simpler statistics.

Why would you use median instead of mean as a measure of central tendency? If you can convey this point, the rest should follow.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.