/R2BGLiMS

R wrapper for a Java Bayesian GLM variable selection package

Primary LanguageRGNU General Public License v3.0GPL-3.0

R2BGLiMS

Bayesian variable selection under a range of likelihoods, including linear regression for continuous outcomes, logistic regression for binary outcomes, Weibull regression for survival outcomes binary and survial outcomes, and the "JAM" model for summary genetic association data.

NB: Must have a Java JDK installed in order to install and run R2BGLiMS.

To install R2GBLiMS using the devtools library, run:

library(devtools)

install_github("pjnewcombe/R2BGLiMS")