/cashr

`cashr`: Solve the correlated Empirical Bayes Normal Means problem, with applications to large-scale multiple testing

Primary LanguageR

cashr

cashr: Solve the Empirical Bayes Normal Means problem with correlated noise, with applications to large-scale multiple testing problems and the False Discovery Rate (FDR) control

Installation

  1. Install R.
  2. Install the Rmosek package according to online instructions such as
  1. Once Rmosek is intalled, install cashr by running the following commands in the R interactive environment:
install.packages("devtools")
devtools::install_github("LSun/cashr")