SBGLM
: Sparse Bayes Generalized Linear Modelsif (!require(devtools)) {
install.packages('devtools')
}
devtools::install_github('miguelbiron/SBGLM')
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.
sblm
)Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.