benjamini_hochberg_correction
Adjust p-values to control false discovery rate in multiple testing. Use Benjamini-Hochberg correction for less conservative results than Bonferroni.
Instructions
Adjust a batch of p-values for multiple comparisons, controlling the false discovery rate. Less conservative than Bonferroni; the standard choice when testing many hypotheses at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alpha | No | false discovery rate to control; default 0.05 | |
| p_values | Yes | the batch of p-values to adjust |