/Misc

Presentations, lectures, other source code

Medallion Lecture - July 29th 2019. Link to slides

Related repositories:

Tutorial at NIPS 2018. Link to slides.

Video of the presentation on Facebook.

Abstract

In many applications, interest focuses on assessing relationships between predictors and the quantiles of the distribution of a continuous response. For example, in epidemiology studies, cutoffs to define premature delivery have been based on the 10th percentile of the distribution for gesta-tional age at delivery. Using quantile regression, one can assess how this percentile varies with predictors instead of using a pre-defined cutoff. However, there is typically uncer-tainty in which of the many candidate predictors should be included. In order to identify important predictors and to build accurate predictive models, Bayesian methods for variable selection and model averaging are very useful. However, such methods are currently not available for quantile regression. This article develops Bayesian methods for variable selection, with a simple and efficient stochastic search vari-able selection (SSVS) algorithm proposed for posterior computation. This approach can be used for moderately high-dimensional variable selection and can accommodate uncertainty in basis function selection in non-linear and additive quantile regression models. The methods are illustrated using simulated data and an application to the Boston Housing data.

Source code and documentation

The model is implemented as R function SSVSquantreg, as part of CRAN package MCMCpack.