Preface

The motivation for writing this book was dual: provide supporting material for undergraduate and graduate students to whom I introduce fundamental notions behind high-dimensional model selection, and serve as documentation for the R package modelSelection (previously called mombf) which I have been developing over the years. With these two goals in mind, the book evolved into a hands-on guide to model selection.

The book focuses on sparse inference, mainly Bayesian model selection (BMS) and averaging (BMA), for a number of popular models listed below. It also implements L0 criteria like the AIC, BIC or EBIC (as well as more general information criteria). The R package’s C++ implementation is not optimal, but it’s designed to be minimally scalable in sparse high-dimensional settings (large \(p\)). A lot of work went into coding and maintaining the package, if you use it please cite at least one of the papers indicated below.

For a quick start guide with modelSelection, see Section 1. The main models handled by the package are:

On the Bayesian side, modelSelection is the main package implementing non-local priors (NLPs) but other popular priors are also implemented, e.g. Zellner’s and Normal shrinkage priors in regression, or Gaussian spike-and-slab priors in graphical models. NLPs are briefly reviewed in this book, see Johnson and Rossell (2010) and Johnson and Rossell (2012) for their model selection properties, D. Rossell and Telesca (2017) for parameter estimation, and D. Rossell, Abril, and Bhattacharya (2021) for computational approximations to marginal likelihoods.

References

Fúquene, J., M. F. J. Steel, and D. Rossell. 2019. “On Choosing Mixture Components via Non-Local Priors.” Journal of the Royal Statistical Society B 81 (5): 809–37.
Johnson, V. E., and D. Rossell. 2010. “On the Use of Non-Local Prior Densities for Default Bayesian Hypothesis Tests.” Journal of the Royal Statistical Society B 72: 143–70.
———. 2012. “Bayesian Model Selection in High-Dimensional Settings.” Journal of the American Statistical Association 24 (498): 649–60.
Rossell, D., O. Abril, and A. Bhattacharya. 2021. “Approximate Laplace Approximations for Scalable Model Selection.” Journal of the Royal Statistical Society B 83 (4): 853–79.
Rossell, D., and F. J. Rubio. 2018. “Tractable Bayesian Variable Selection: Beyond Normality.” Journal of the American Statistical Association 113 (524): 1742–58.
———. 2021. “Additive Bayesian Variable Selection Under Censoring and Misspecification.” Statistical Science 38 (1): 13–29.
Rossell, D., and D. Telesca. 2017. “Non-Local Priors for High-Dimensional Estimation.” Journal of the American Statistical Association 112: 254–65.