padjust
Padjust is a general term used to describe procedures that adjust p-values when multiple statistical tests are performed. The aim is to reduce the likelihood of false positives by accounting for the increased chance of observing significant results purely by chance. Adjusted p-values are typically interpreted against the same significance level as the original p-values, but with a corrected threshold that reflects the number of tests and their dependencies.
Common methods for padjust include both family-wise error rate (FWER) controls and false discovery rate (FDR)
Implementation and usage vary by software. In the R programming environment, the p.adjust function performs p-value
Applications of padjust are common in genomics, proteomics, neuroimaging, and other fields involving large-scale hypothesis testing.