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
- Host: GitHub
- URL: https://github.com/imperialcollegelondon/r2guess
- Owner: ImperialCollegeLondon
- License: gpl-3.0
- Created: 2018-12-20T08:58:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-22T14:21:19.000Z (over 6 years ago)
- Last Synced: 2025-04-12T04:58:37.773Z (3 months ago)
- Topics: bayesian-methods, gpu-acceleration, linear-regression, variable-selection
- Language: C++
- Homepage:
- Size: 814 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# `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")
```