stephenslab / mr.ash.alpha

An R package implementing Mr.ASH method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and Peter Carbonetto at the University of Chicago, with help from Matthew Stephens.

About

An R package implementing Mr.ASH method

License:Other


Languages

Language:R 72.7%Language:C++ 22.1%Language:C 5.1%