README.md

SBGLM: Sparse Bayes Generalized Linear Models

Installation

if (!require(devtools)) {
    install.packages('devtools')
}
devtools::install_github('miguelbiron/SBGLM')

Description

The purpose of this package is mainly a way to store a lot of code that I have rotting in my laptop, which I think is relevant and useful. The models will follow the Bayesian tradition of the “spike-and-slab” prior for sparsity (Mitchell and Beauchamp 1988), so do not expect to see the so called “Bayesian Lasso” here because it doesn’t work. The idea is that, as time permits, I will be adding more models to the package.

Implemented models

TODO



miguelbiron/SBGLM documentation built on May 29, 2019, 8:23 p.m.