# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "AdaptiveBoxplot" in publications use:' type: software license: GPL-3.0-or-later title: 'AdaptiveBoxplot: FDR(BH) Boxplot and FWER(Holm) Boxplot' version: 0.1.1 doi: 10.32614/CRAN.package.AdaptiveBoxplot abstract: 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) . authors: - family-names: Gang given-names: Bowen email: gangbowen02@gmail.com - family-names: Lin given-names: Hongmei email: hmlin@suibe.edu.cn - family-names: Tong given-names: Tiejun email: tongt@hkbu.edu.hk repository: https://cran.r-universe.dev commit: 99c6b8f3697cf96946a5c5e365dc80ceedcb69d2 date-released: '2025-12-09' contact: - family-names: Gang given-names: Bowen email: gangbowen02@gmail.com