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