PValueAdjustFDR: Adjust P-values for multiple comparisons using FDR

View source: R/transformations.R

PValueAdjustFDRR Documentation

Adjust P-values for multiple comparisons using FDR

Description

This method gives different values from those outputted by p.adjust with method = "fdr". This difference is that our method uses a single scaling factor to multiply the p-values. However, conclusions (i.e. significant or not) does not change.

Usage

PValueAdjustFDR(p, alpha = 0.05)

Arguments

p

Vector of unadjusted p-values.

alpha

Overall significance level.


Displayr/flipRegression documentation built on June 2, 2025, 12:41 p.m.