GitHub - stephenslab/mr.ash.alpha: An R package implementing Mr.ASH method (original) (raw)
mr.ash.alpha
R package implementing Multiple Regression with Adaptive Shrinkage (Mr.ASH) methods and algorithms.
Quick Start
To install the latest version of the mr.ash.alpha
package from GitHub, use devtools:
install.packages("devtools") devtools::install_github("stephenslab/mr.ash.alpha")
This command should automatically install all required packages if they are not installed already.
License
Copyright (c) 2018-2020, 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 andPeter Carbonetto at the University of Chicago, with help from Matthew Stephens.