stephenslab / mr.ash

R package implementing methods for multiple regression with adaptive shrinkage priors ("mr.ash").
https://stephenslab.github.io/mr.ash/
Other
4 stars 0 forks source link

mr.ash

Travis CI Build Status R-CMD-check CircleCI build status AppVeyor Build status codecov

R package implementing Multiple Regression with Adaptive Shrinkage ("mr.ash") methods and algorithms.

Quick Start

To install the latest version of the mr.ash package from GitHub, use remotes:

install.packages("remotes")
remotes::install_github("stephenslab/mr.ash")

This command should automatically install all required packages if they are not installed already.

License

Copyright (c) 2018-2022, Youngseok Kim, Peter Carbonetto and Matthew Stephens.

All source code and software in this repository are made available under the terms of the MIT license. See file LICENSE for the full text of the license.

Credits

The mr.ash R package was developed by Youngseok Kim and Peter Carbonetto at the University of Chicago, with help from Matthew Stephens.