This package implements several FWER, FDR and Directional Error (mdFWER) controlling procedures for fixed sequence hypotheses.
The methodology is described in the following papers:
Open R console, install the pacakge directly from CRAN:
install.packages("FixSeqMTP")
library(FixSeqMTP)
Or install the development version from GitHub, first make sure to install the devtools
package:
# install.packages("devtools")
devtools::install_github("allenzhuaz/FixSeqMTP")