Learn R Programming

simpleFDR (version 1.1)

Simple False Discovery Rate Calculation

Description

Using the adjustment method from Benjamini & Hochberg (1995) , this package determines which variables are significant under repeated testing with a given dataframe of p values and an user defined "q" threshold. It then returns the original dataframe along with a significance column where an asterisk denotes a significant p value after FDR calculation, and NA denotes all other p values. This package uses the Benjamini & Hochberg method specifically as described in Lee, S., & Lee, D. K. (2018) .

Copy Link

Version

Install

install.packages('simpleFDR')

Monthly Downloads

184

Version

1.1

License

MIT + file LICENSE

Maintainer

Stephen Wisser

Last Published

November 4th, 2021

Functions in simpleFDR (1.1)

simFDR

Simple False Discovery Rate (FDR) Calculation