/hat

Primary LanguageR

hat

This R package implements the hierarchical aggregation testing procedures introduced in "Controlling the False Split Rate in Tree-Based Aggregation".

To install hat, you can use the devtools R package (if not already installed, open R and type install.packages("devtools")). Once devtools is installed, the following command will install hat:

devtools::install_github("simengshao/hat")