README.md

MHTdiscrete

Multiple Hypotheses Testing for Discrete Data

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.

Installation

Open R console, install the pacakge directly from CRAN:

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

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

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


allenzhuaz/MHTdiscrete documentation built on July 12, 2019, 2:27 p.m.