Skip to content

allenzhuaz/MHTdiscrete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")