Learn R Programming

AdaptiveBoxplot (version 0.1.1)

FDR(BH) Boxplot and FWER(Holm) Boxplot

Description

Implements a framework for creating boxplots where the whisker lengths are determined by formal multiple testing procedures, making them adaptive to sample size and data characteristics. The function bh_boxplot() generates boxplots that control the False Discovery Rate (FDR) via the Benjamini-Hochberg procedure, and the function holm_boxplot() generates boxplots that control the Family-Wise Error Rate (FWER) via the Holm procedure. The methods are based on the framework in Gang, Lin, and Tong (2025) .

Copy Link

Version

Install

install.packages('AdaptiveBoxplot')

Version

0.1.1

License

GPL (>= 3)

Maintainer

Bowen Gang

Last Published

December 9th, 2025

Functions in AdaptiveBoxplot (0.1.1)

holm_boxplot

Family-Wise Error Rate (FWER) Boxplot
bh_boxplot

False Discovery Rate (FDR) Boxplot