An open API service indexing awesome lists of open source software.

https://github.com/allenzhuaz/mhtdiscrete

Multiple Hypotheses Testing for Discrete Data
https://github.com/allenzhuaz/mhtdiscrete

adjustment-computations benjamini-hochberg bonferroni discrete-distributions multiple-testing-correction

Last synced: 12 months ago
JSON representation

Multiple Hypotheses Testing for Discrete Data

Awesome Lists containing this project

README

          

# MHTdiscrete

## Multiple Hypotheses Testing for Discrete Data

[![](https://www.r-pkg.org/badges/version/MHTdiscrete?color=orange)](https://cran.r-project.org/package=MHTdiscrete) [![](http://cranlogs.r-pkg.org/badges/grand-total/MHTdiscrete?color=blue)](https://cran.r-project.org/package=MHTdiscrete) [![](https://img.shields.io/badge/lifecycle-stable-freshgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)

Overview
--------

This package includes most FWER and FDR controlling procedures for discrete data.

The paper describes the new stepwise FWER controlling methods for discrete data is available on arXiv:

[Zhu, Y., & Guo, W. (2017). Familywise Error Rate Controlling Procedures for Discrete Data. *arXiv preprint* arXiv:1711.08147.](https://arxiv.org/abs/1711.08147)

Installation
------------

Open R console, install the pacakge directly from [CRAN](https://cran.r-project.org/web/packages/MHTdiscrete/index.html):

```r
install.packages("MHTdiscrete")
library(MHTdiscrete)
```

Or install the development version from GitHub, first make sure to install the `devtools` package:

```r
# install.packages("devtools")
devtools::install_github("allenzhuaz/MHTdiscrete")
```