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.


NumbersInternational/flipRegression documentation built on March 2, 2024, 10:42 a.m.