An open API service indexing awesome lists of open source software.

https://github.com/imperialcollegelondon/r2guess

Wrapper functions for GUESS
https://github.com/imperialcollegelondon/r2guess

bayesian-methods gpu-acceleration linear-regression variable-selection

Last synced: 3 months ago
JSON representation

Wrapper functions for GUESS

Awesome Lists containing this project

README

        

# `R2GUESS`

[![CRAN status](https://www.r-pkg.org/badges/version/R2GUESS)](https://cran.r-project.org/package=R2GUESS)

`R2GUESS` provides wrapper functions for GUESS, a GPU-accelerated sparse Bayesian variable selection method for linear regression based analysis of multivariate, correlated outcomes.

## Installation

You can install the released version of `R2GUESS` from [CRAN](https://CRAN.R-project.org) with:

``` r
install.packages("R2GUESS")
```