R package implementing Multiple Regression with Adaptive Shrinkage (Mr.ASH) methods and algorithms.
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.
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.
The mr.ash R package was developed by Youngseok Kim and Peter Carbonetto at the University of Chicago, with help from Matthew Stephens.